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

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

Issue 208263019: Small changes around GCMNetworkChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 extern const char kHelpShort[]; 230 extern const char kHelpShort[];
231 extern const char kHideIcons[]; 231 extern const char kHideIcons[];
232 extern const char kHistoryEnableGroupByDomain[]; 232 extern const char kHistoryEnableGroupByDomain[];
233 extern const char kHistoryWebHistoryUrl[]; 233 extern const char kHistoryWebHistoryUrl[];
234 extern const char kHomePage[]; 234 extern const char kHomePage[];
235 extern const char kHostRules[]; 235 extern const char kHostRules[];
236 extern const char kHostResolverParallelism[]; 236 extern const char kHostResolverParallelism[];
237 extern const char kHostResolverRetryAttempts[]; 237 extern const char kHostResolverRetryAttempts[];
238 extern const char kIgnoreUrlFetcherCertRequests[]; 238 extern const char kIgnoreUrlFetcherCertRequests[];
239 extern const char kIncognito[]; 239 extern const char kIncognito[];
240 extern const char kInvalidationUseGCMChannel[];
240 extern const char kInstallFromWebstore[]; 241 extern const char kInstallFromWebstore[];
241 extern const char kInstantProcess[]; 242 extern const char kInstantProcess[];
242 extern const char kIpcFuzzerTestcase[]; 243 extern const char kIpcFuzzerTestcase[];
243 extern const char kKeepAliveForTest[]; 244 extern const char kKeepAliveForTest[];
244 extern const char kKioskMode[]; 245 extern const char kKioskMode[];
245 extern const char kKioskModePrinting[]; 246 extern const char kKioskModePrinting[];
246 extern const char kLimitedInstallFromWebstore[]; 247 extern const char kLimitedInstallFromWebstore[];
247 extern const char kLoadComponentExtension[]; 248 extern const char kLoadComponentExtension[];
248 extern const char kLoadExtension[]; 249 extern const char kLoadExtension[];
249 extern const char kMakeDefaultBrowser[]; 250 extern const char kMakeDefaultBrowser[];
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 #else 443 #else
443 extern const char kEnablePrintPreview[]; 444 extern const char kEnablePrintPreview[];
444 #endif 445 #endif
445 446
446 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 447 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
447 // alphabetical order, or in one of the ifdefs (also in order in each section). 448 // alphabetical order, or in one of the ifdefs (also in order in each section).
448 449
449 } // namespace switches 450 } // namespace switches
450 451
451 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 452 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/invalidation/ticl_invalidation_service.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698