devtools.js 338 B

12345678910
  1. // Copyright 2013 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. chrome.devtools.panels.create(
  5. 'SAML',
  6. 'panel/assets/images/SAMLforChromeLogoSquare.png', // No icon path
  7. 'panel/panel.html',
  8. null // no callback needed
  9. );