summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_window_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_window_controller.cc')
-rw-r--r--chrome/browser/extensions/extension_window_controller.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_window_controller.cc b/chrome/browser/extensions/extension_window_controller.cc
index eda4db3..90ad89f 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 {