Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html

Issue 2747123008: [DevTools] Separate old Application tab code (Closed)
Patch Set: [DevTools] Separate old Application tab code Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
index 78c6d05ffea120965d58a14512c6d7aa4e405afc..45532d938b35fdd2a6b01cfa9018ef05bb575298 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
@@ -92,7 +92,7 @@ function initialize_extensionsPanelTest()
}
InspectorTest.recordNetwork();
InspectorTest.addSniffer(UI.panels.sources, "showUILocation", showUILocationHook, true);
- InspectorTest.addSniffer(UI.panels.resources, "showResource", showResourceHook, true);
+ InspectorTest.addSniffer(UI.panels.resources._sidebar, "showResource", showResourceHook, true);
InspectorTest.addSniffer(UI.panels.network, "revealAndHighlightRequest", showRequestHook, true);
function showUILocationHook(uiLocation)

Powered by Google App Engine
This is Rietveld 408576698