Index: chrome/browser/ui/browser_navigator_browsertest.cc |
diff --git a/chrome/browser/ui/browser_navigator_browsertest.cc b/chrome/browser/ui/browser_navigator_browsertest.cc |
index 37bb0de0916fb56b15d07ca2623237037d870276..24745d978135e6fd1fa04067755132314539477a 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.cc |
+++ b/chrome/browser/ui/browser_navigator_browsertest.cc |
@@ -63,11 +63,6 @@ class BrowserNavigatorTest : public InProcessBrowserTest, |
EXPECT_EQ(old_url, browser()->GetSelectedTabContents()->GetURL()); |
} |
- // TODO(jhawkins): Remove once tabbed options are enabled by default. |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
- command_line->AppendSwitch(switches::kEnableTabbedOptions); |
- } |
- |
void Observe(NotificationType type, const NotificationSource& source, |
const NotificationDetails& details) { |
switch (type.value) { |