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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2866034: Refactor shutdown code to allow win/linux to run after last browser closes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Uploaded patch that resolves merge issue Created 10 years, 5 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/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ccef4750a03212805988877da0ded3ea04e18acc..3c4255a3216791c97a87e0fbde09b760f3ed3d77 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -564,6 +564,9 @@ const char kIssue35198Permission[] = "issue35198-permission";
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";
+// Used for testing - keeps browser alive after last browser window closes.
+const char kKeepAliveForTest[] = "keep-alive-for-test";
+
// Load an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698