summaryrefslogtreecommitdiff
path: root/chromium/extensions/common/switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/extensions/common/switches.cc')
-rw-r--r--chromium/extensions/common/switches.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/extensions/common/switches.cc b/chromium/extensions/common/switches.cc
index 0a3989a6bfe..836e74342a0 100644
--- a/chromium/extensions/common/switches.cc
+++ b/chromium/extensions/common/switches.cc
@@ -59,6 +59,13 @@ const char kLoadApps[] = "load-apps";
// Comma-separated list of paths to extensions to load at startup.
const char kLoadExtension[] = "load-extension";
+#if defined(OS_CHROMEOS)
+// Path to the unpacked test extension to load into the signin profile. The ID
+// extension loaded must match kTestSigninProfileExtensionId.
+const char kLoadSigninProfileTestExtension[] =
+ "load-signin-profile-test-extension";
+#endif
+
// Set the parameters for ExtensionURLLoaderThrottleBrowserTest.
const char kSetExtensionThrottleTestParams[] =
"set-extension-throttle-test-params";