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

Unified Diff: chrome/browser/extensions/extension_window_controller.cc

Issue 10021071: Remove Browser dependency in ExtensionFunctionDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 8 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698