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

Unified Diff: public/web/WebFrame.h

Issue 15764004: DevTools: show extension name in console context switcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 152ba41805fee80d2b7a23727b68e7c805dae727..cff037ef33b70664386dce559cae54f2e18e3e2e 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -287,6 +287,11 @@ public:
virtual void setIsolatedWorldContentSecurityPolicy(
int worldID, const WebString&) = 0;
+ // Associates an isolated world with human-readable name which is useful for
+ // extension debugging.
+ virtual void setIsolatedWorldHumanReadableName(
+ int worldID, const WebString&) = 0;
+
// Logs to the console associated with this frame.
virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
« Source/devtools/front_end/sdk/RuntimeModel.js ('K') | « Source/web/WebRemoteFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698