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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

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/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 0eb1b517335c3e939dca8fef5ccc57c7cdb2fc6f..7329c73b5ae3c64b5f26a65c2c1a306cdf061f61 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -309,6 +309,11 @@ void WebRemoteFrameImpl::setIsolatedWorldContentSecurityPolicy(int worldID, cons
ASSERT_NOT_REACHED();
}
+void WebRemoteFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString&)
+{
+ ASSERT_NOT_REACHED();
+}
+
void WebRemoteFrameImpl::addMessageToConsole(const WebConsoleMessage&)
{
ASSERT_NOT_REACHED();
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | public/web/WebFrame.h » ('j') | public/web/WebFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698