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

Unified Diff: Source/web/WebLocalFrameImpl.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/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 5a695ad4a7536ea72055023155fb6546a1496ddf..7eea56bb7d9fb5d0a9d7cea78aa289e4bba767a2 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -114,6 +114,7 @@ public:
int extensionGroup) OVERRIDE;
virtual void setIsolatedWorldSecurityOrigin(int worldID, const WebSecurityOrigin&) OVERRIDE;
virtual void setIsolatedWorldContentSecurityPolicy(int worldID, const WebString&) OVERRIDE;
+ virtual void setIsolatedWorldHumanReadableName(int worldID, const WebString&) OVERRIDE;
virtual void addMessageToConsole(const WebConsoleMessage&) OVERRIDE;
virtual void collectGarbage() OVERRIDE;
virtual bool checkIfRunInsecureContent(const WebURL&) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698