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 90ad89fd00a9e2c6aa6e75403d98a0c3b3543ab1..bf81a94927d109522574a68c5dbcf76ddfe2133b 100644 |
--- a/chrome/browser/extensions/extension_window_controller.cc |
+++ b/chrome/browser/extensions/extension_window_controller.cc |
@@ -25,15 +25,6 @@ ExtensionWindowController::~ExtensionWindowController() { |
ExtensionWindowList::GetInstance()->RemoveExtensionWindow(this); |
} |
-bool ExtensionWindowController::MatchesProfile( |
- Profile* match_profile, |
- ProfileMatchType match_type) const { |
- return ((profile_ == match_profile) || |
- (match_type == MATCH_INCOGNITO && |
- (match_profile->HasOffTheRecordProfile() && |
- match_profile->GetOffTheRecordProfile() == profile_))); |
-} |
- |
Browser* ExtensionWindowController::GetBrowser() const { |
return NULL; |
} |