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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 10818021: Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 // Allows the webstorePrivate APIs to return browser (aka sync) login tokens to 84 // Allows the webstorePrivate APIs to return browser (aka sync) login tokens to
85 // be used for auto-login in the Web Store (normally they do not). 85 // be used for auto-login in the Web Store (normally they do not).
86 const char kAppsGalleryReturnTokens[] = "apps-gallery-return-tokens"; 86 const char kAppsGalleryReturnTokens[] = "apps-gallery-return-tokens";
87 87
88 // The URL to use for the gallery link in the app launcher. 88 // The URL to use for the gallery link in the app launcher.
89 const char kAppsGalleryURL[] = "apps-gallery-url"; 89 const char kAppsGalleryURL[] = "apps-gallery-url";
90 90
91 // The update url used by gallery/webstore extensions. 91 // The update url used by gallery/webstore extensions.
92 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url"; 92 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
93 93
94 // Specifies the URL of an application manifest to retrieve. The user will be
95 // prompted for consent and the application retrieved/installed if consented.
96 const char kAppsInstallFromManifestURL[] = "apps-install-from-manifest-url";
97
98 // Whether to always use the new app install bubble when installing an app. 94 // Whether to always use the new app install bubble when installing an app.
99 const char kAppsNewInstallBubble[] = "apps-new-install-bubble"; 95 const char kAppsNewInstallBubble[] = "apps-new-install-bubble";
100 96
101 // Disable throbber for extension apps. 97 // Disable throbber for extension apps.
102 const char kAppsNoThrob[] = "apps-no-throb"; 98 const char kAppsNoThrob[] = "apps-no-throb";
103 99
104 // Whitelist of servers that Negotiate will generate delegated Kerberos tickets 100 // Whitelist of servers that Negotiate will generate delegated Kerberos tickets
105 // for. 101 // for.
106 const char kAuthNegotiateDelegateWhitelist[] = 102 const char kAuthNegotiateDelegateWhitelist[] =
107 "auth-negotiate-delegate-whitelist"; 103 "auth-negotiate-delegate-whitelist";
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 1511
1516 // ----------------------------------------------------------------------------- 1512 // -----------------------------------------------------------------------------
1517 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1513 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1518 // 1514 //
1519 // You were going to just dump your switches here, weren't you? Instead, please 1515 // You were going to just dump your switches here, weren't you? Instead, please
1520 // put them in alphabetical order above, or in order inside the appropriate 1516 // put them in alphabetical order above, or in order inside the appropriate
1521 // ifdef at the bottom. The order should match the header. 1517 // ifdef at the bottom. The order should match the header.
1522 // ----------------------------------------------------------------------------- 1518 // -----------------------------------------------------------------------------
1523 1519
1524 } // namespace switches 1520 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698