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

Unified Diff: extensions/browser/extension_function_dispatcher.cc

Issue 458323002: Change GuestViewInternalCreateGuestFunction to create the guest view using the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test 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: extensions/browser/extension_function_dispatcher.cc
diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
index 4dfb7fe09c5684331c56207c2fb7edcd7b0e0d28..45b6b08b1181e08611b4b84dc3868914bdcdd178 100644
--- a/extensions/browser/extension_function_dispatcher.cc
+++ b/extensions/browser/extension_function_dispatcher.cc
@@ -202,6 +202,7 @@ ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController() const {
content::WebContents*
ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const {
+ NOTIMPLEMENTED();
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698