Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / shell / common / switches.cc
index 0186422..eef7cc9 100644 (file)
@@ -13,8 +13,17 @@ const char kAppShellAppPath[] = "app-shell-app-path";
 // Bounds for the host window to create (i.e. "800x600").
 const char kAppShellHostWindowBounds[] = "app-shell-host-window-bounds";
 
+// ID of an extension CRX to be downloaded from the web store.
+const char kAppShellInstallCrx[] = "app-shell-install-crx";
+
 // SSID of the preferred WiFi network.
 const char kAppShellPreferredNetwork[] = "app-shell-preferred-network";
 
+// Refresh token for identity API calls for the current user. Used for testing.
+const char kAppShellRefreshToken[] = "app-shell-refresh-token";
+
+// User email address of the current user.
+const char kAppShellUser[] = "app-shell-user";
+
 }  // namespace switches
 }  // namespace extensions