Index: chrome/browser/app_controller_mac.mm |
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm |
index 9099942c17bc000304532217e1e6afd4ea8b4953..f7066a62564b817fd63020d486076b200d4a5f15 100644 |
--- a/chrome/browser/app_controller_mac.mm |
+++ b/chrome/browser/app_controller_mac.mm |
@@ -741,11 +741,6 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver { |
[self clearStartupUrls]; |
} |
- const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); |
- if (!parsed_command_line.HasSwitch(switches::kEnableExposeForTabs)) { |
- [tabposeMenuItem_ setHidden:YES]; |
- } |
- |
PrefService* localState = g_browser_process->local_state(); |
if (localState) { |
localPrefRegistrar_.Init(localState); |