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

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: 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 13db65424a3245404717c5da96218dc38f1aa3b5..695f22bd7e0520170111e3556910a2a3a7a022c7 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -308,6 +308,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();

Powered by Google App Engine
This is Rietveld 408576698