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

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

Issue 617833003: Remove --install-from-webstore and --limited-install-from-webstore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/common/chrome_result_codes.h ('k') | chrome/common/chrome_switches.cc » ('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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 extern const char kHideIcons[]; 203 extern const char kHideIcons[];
204 extern const char kHistoryEnableGroupByDomain[]; 204 extern const char kHistoryEnableGroupByDomain[];
205 extern const char kHistoryWebHistoryUrl[]; 205 extern const char kHistoryWebHistoryUrl[];
206 extern const char kHomePage[]; 206 extern const char kHomePage[];
207 extern const char kHostRules[]; 207 extern const char kHostRules[];
208 extern const char kHostResolverParallelism[]; 208 extern const char kHostResolverParallelism[];
209 extern const char kHostResolverRetryAttempts[]; 209 extern const char kHostResolverRetryAttempts[];
210 extern const char kIgnoreUrlFetcherCertRequests[]; 210 extern const char kIgnoreUrlFetcherCertRequests[];
211 extern const char kIncognito[]; 211 extern const char kIncognito[];
212 extern const char kInstallChromeApp[]; 212 extern const char kInstallChromeApp[];
213 extern const char kInstallFromWebstore[]; 213 extern const char kInstallEphemeralAppFromWebstore[];
214 extern const char kInstantProcess[]; 214 extern const char kInstantProcess[];
215 extern const char kInvalidationUseGCMChannel[]; 215 extern const char kInvalidationUseGCMChannel[];
216 extern const char kIpcFuzzerTestcase[]; 216 extern const char kIpcFuzzerTestcase[];
217 extern const char kJavaScriptHarmony[]; 217 extern const char kJavaScriptHarmony[];
218 extern const char kKeepAliveForTest[]; 218 extern const char kKeepAliveForTest[];
219 extern const char kKioskMode[]; 219 extern const char kKioskMode[];
220 extern const char kKioskModePrinting[]; 220 extern const char kKioskModePrinting[];
221 extern const char kLimitedInstallFromWebstore[];
222 extern const char kLoadComponentExtension[]; 221 extern const char kLoadComponentExtension[];
223 extern const char kLoadExtension[]; 222 extern const char kLoadExtension[];
224 extern const char kMakeDefaultBrowser[]; 223 extern const char kMakeDefaultBrowser[];
225 extern const char kManualEnhancedBookmarks[]; 224 extern const char kManualEnhancedBookmarks[];
226 extern const char kManualEnhancedBookmarksOptout[]; 225 extern const char kManualEnhancedBookmarksOptout[];
227 extern const char kMediaCacheSize[]; 226 extern const char kMediaCacheSize[];
228 extern const char kMessageLoopHistogrammer[]; 227 extern const char kMessageLoopHistogrammer[];
229 extern const char kMetricsRecordingOnly[]; 228 extern const char kMetricsRecordingOnly[];
230 extern const char kNetLogLevel[]; 229 extern const char kNetLogLevel[];
231 extern const char kNoDefaultBrowserCheck[]; 230 extern const char kNoDefaultBrowserCheck[];
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 396
398 bool AboutInSettingsEnabled(); 397 bool AboutInSettingsEnabled();
399 bool SettingsWindowEnabled(); 398 bool SettingsWindowEnabled();
400 399
401 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 400 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
402 // alphabetical order, or in one of the ifdefs (also in order in each section). 401 // alphabetical order, or in one of the ifdefs (also in order in each section).
403 402
404 } // namespace switches 403 } // namespace switches
405 404
406 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 405 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_result_codes.h ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698