Index: chrome/browser/extensions/extension_window_controller.cc |
diff --git a/chrome/browser/extensions/extension_window_controller.cc b/chrome/browser/extensions/extension_window_controller.cc |
index eda4db33471d857a723637c87da10e9a4e03985e..90ad89fd00a9e2c6aa6e75403d98a0c3b3543ab1 100644 |
--- a/chrome/browser/extensions/extension_window_controller.cc |
+++ b/chrome/browser/extensions/extension_window_controller.cc |
@@ -34,6 +34,10 @@ bool ExtensionWindowController::MatchesProfile( |
match_profile->GetOffTheRecordProfile() == profile_))); |
} |
+Browser* ExtensionWindowController::GetBrowser() const { |
+ return NULL; |
+} |
+ |
namespace keys = extension_tabs_module_constants; |
base::DictionaryValue* ExtensionWindowController::CreateWindowValue() const { |