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

Unified Diff: Source/core/inspector/InspectorRuntimeAgent.h

Issue 15764004: DevTools: show extension name in console context switcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: correct rebaseline Created 6 years, 4 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: Source/core/inspector/InspectorRuntimeAgent.h
diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
index b9a39f8798e85b32db0c6eb1441b7426f0e27f02..536d2888719df4b1a8ee737050c438f5bce93c61 100644
--- a/Source/core/inspector/InspectorRuntimeAgent.h
+++ b/Source/core/inspector/InspectorRuntimeAgent.h
@@ -94,7 +94,7 @@ protected:
virtual void unmuteConsole() = 0;
InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; }
- void addExecutionContextToFrontend(ScriptState*, bool isPageContext, const String& name, const String& frameId);
+ void addExecutionContextToFrontend(ScriptState*, bool isPageContext, const String& origin, const String& frameId);
bool m_enabled;
InspectorFrontend::Runtime* m_frontend;

Powered by Google App Engine
This is Rietveld 408576698