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

Unified Diff: Source/bindings/core/v8/DOMWrapperWorld.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
« no previous file with comments | « no previous file | Source/bindings/core/v8/DOMWrapperWorld.cpp » ('j') | public/web/WebFrame.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/DOMWrapperWorld.h
diff --git a/Source/bindings/core/v8/DOMWrapperWorld.h b/Source/bindings/core/v8/DOMWrapperWorld.h
index 82e147b3313ee417f0e79566e94baf1c8a401385..4ab6aa1a17f4731751f1f1134e2b280fb85b9fdd 100644
--- a/Source/bindings/core/v8/DOMWrapperWorld.h
+++ b/Source/bindings/core/v8/DOMWrapperWorld.h
@@ -91,6 +91,9 @@ public:
static DOMWrapperWorld& mainWorld();
static DOMWrapperWorld& privateScriptIsolatedWorld();
+ static void setIsolatedWorldHumanReadableName(int worldID, const String&);
+ String isolatedWorldHumanReadableName();
+
// Associates an isolated world (see above for description) with a security
// origin. XMLHttpRequest instances used in that world will be considered
// to come from that origin, not the frame's.
« no previous file with comments | « no previous file | Source/bindings/core/v8/DOMWrapperWorld.cpp » ('j') | public/web/WebFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698