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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1094009: Ensure that data doesn't leak between users on cros chrome crash. (Closed)
Patch Set: Make tests not use OTR Profile Created 10 years, 9 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/test/in_process_browser_test.cc » ('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 95510803ceecf64ed2f979224f31c81db9d76692..09271172d03fcdf8b49c97ecce93d49df5452edd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -681,6 +681,9 @@ const char kTestName[] = "test-name";
// Runs the security test for the sandbox.
const char kTestSandbox[] = "test-sandbox";
+// Pass the type of the current test harness ("browser" or "ui")
+const char kTestType[] = "test-type";
+
// The value of this switch tells the app to listen for and broadcast
// testing-related messages on IPC channel with the given ID.
const char kTestingChannelID[] = "testing-channel";
@@ -800,6 +803,9 @@ const char kProfile[] = "profile";
// Specifies the profile to use once a chromeos user is logged in.
const char kLoginProfile[] = "login-profile";
+// Specifies the user which is already logged in.
+const char kLoginUser[] = "login-user";
+
// Use the frame layout used in chromeos.
const char kChromeosFrame[] = "chromeos-frame";
#endif
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698