Index: chrome/browser/extensions/extension_function_dispatcher.cc |
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc |
index f86d997d8ccfd8c4bf631c0449162ce3a606a736..113fcbf631385ff33cceb99fcd10350500735c1c 100644 |
--- a/chrome/browser/extensions/extension_function_dispatcher.cc |
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc |
@@ -94,6 +94,16 @@ base::LazyInstance<Static> g_global_io_data = LAZY_INSTANCE_INITIALIZER; |
} // namespace |
+ExtensionWindowController* |
+ ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController() |
+ const { |
+ return NULL; |
+} |
+ |
+content::WebContents* |
+ ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const { |
+ return NULL; |
+} |
void ExtensionFunctionDispatcher::GetAllFunctionNames( |
std::vector<std::string>* names) { |