1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "extensions/shell/common/switches.h"
10 // Size for the host window to create (i.e. "800x600").
11 const char kAppShellHostWindowSize
[] = "app-shell-host-window-size";
13 // ID of an extension CRX to be downloaded from the web store.
14 const char kAppShellInstallCrx
[] = "app-shell-install-crx";
16 // SSID of the preferred WiFi network.
17 const char kAppShellPreferredNetwork
[] = "app-shell-preferred-network";
19 // Refresh token for identity API calls for the current user. Used for testing.
20 const char kAppShellRefreshToken
[] = "app-shell-refresh-token";
22 // User email address of the current user.
23 const char kAppShellUser
[] = "app-shell-user";
25 } // namespace switches
26 } // namespace extensions