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

Unified Diff: Source/WebKit/chromium/public/WebFrame.h

Issue 15764004: DevTools: show extension name in console context switcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebFrameImpl.h » ('j') | Source/bindings/v8/DOMWrapperWorld.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebFrame.h
diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
index d1ff74278382763c6706b69e47c1914f47412161..170c6c050dcb04c2715605ebe8f294020496cef3 100644
--- a/Source/WebKit/chromium/public/WebFrame.h
+++ b/Source/WebKit/chromium/public/WebFrame.h
@@ -251,6 +251,11 @@ public:
virtual void setIsolatedWorldSecurityOrigin(
int worldID, const WebSecurityOrigin&) = 0;
+ // Associates an isolated world with human-readable name which is useful for
+ // extension debugging.
+ virtual void setIsolatedWorldHumanReadableName(
+ int worldID, const WebString&) = 0;
+
// Associates a content security policy with an isolated world. This policy
// should be used when evaluating script in the isolated world, and should
// also replace a protected resource's CSP when evaluating resources
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebFrameImpl.h » ('j') | Source/bindings/v8/DOMWrapperWorld.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698