| 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;
|
| }
|
|
|
|
|