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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10911222: Chrome OS should open to empty desktop when session restore is empty. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup + fix RestoreOnStartupPolicyTest, StartupBrowserCreatorTest Created 8 years, 3 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a3fe07f026c826aa04cfbab31e374bc50b4801b5..2d1928bfaab8423345f4f79e14d933a0cd0f3008 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1361,6 +1361,13 @@ const char kTabletUI[] = "tablet-ui";
// Possible values: parallel|postpone. Default: parallel.
const char kAshWebUIInit[] = "ash-webui-init";
+// ChromeOS defaults to empty desktop. Browser tests may need to add
+// this switch so that at list one browser instance is created on startup.
sky 2012/09/12 15:07:20 list -> least
Nikita (slow) 2012/09/12 15:13:32 Done.
+// TODO(nkostylev): Investigate if this switch could be removed.
+// (http://crbug.com/148675)
+const char kCreateBrowserOnStartupForTests[] =
+ "create-browser-on-startup-for-tests";
+
// Disables wallpaper boot animation (except of OOBE case).
const char kDisableBootAnimation[] = "disable-boot-animation";
« chrome/browser/ui/startup/startup_browser_creator_impl.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698