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

Unified Diff: chrome/test/in_process_browser_test.cc

Issue 2060004: Removing the app launcher button on ChromeOS (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: One more clean up Created 10 years, 7 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
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.cc
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 21bf2a6cf61792d2fd4a7701ce84500a39ac386d..225df364aea97a24340fa96c99cd8399518058a8 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -138,6 +138,11 @@ void InProcessBrowserTest::SetUp() {
// Don't show the first run ui.
command_line->AppendSwitch(switches::kNoFirstRun);
+ // TODO(jcivelli): http://crbug.com/44089 We disable the app launcher on new
+ // tab behavior for now until it is the default behavior on
+ // all platforms.
+ command_line->AppendSwitch(switches::kDisableAppsPanel);
+
// This is a Browser test.
command_line->AppendSwitchWithValue(switches::kTestType,
ASCIIToWide(kBrowserTestType));
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698