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

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

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/autocomplete_match_type.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 extern const char kEnableAppWindowControls[]; 156 extern const char kEnableAppWindowControls[];
157 extern const char kEnableAppsShowOnFirstPaint[]; 157 extern const char kEnableAppsShowOnFirstPaint[];
158 extern const char kEnableAsyncDns[]; 158 extern const char kEnableAsyncDns[];
159 extern const char kEnableAuthNegotiatePort[]; 159 extern const char kEnableAuthNegotiatePort[];
160 extern const char kEnableAutologin[]; 160 extern const char kEnableAutologin[];
161 extern const char kEnableAutomationAPI[]; 161 extern const char kEnableAutomationAPI[];
162 extern const char kEnableBenchmarking[]; 162 extern const char kEnableBenchmarking[];
163 extern const char kEnableClientHints[]; 163 extern const char kEnableClientHints[];
164 extern const char kEnableBookmarkUndo[]; 164 extern const char kEnableBookmarkUndo[];
165 extern const char kEnableCloudPrintProxy[]; 165 extern const char kEnableCloudPrintProxy[];
166 extern const char kEnableContacts[];
167 extern const char kEnableDevToolsExperiments[]; 166 extern const char kEnableDevToolsExperiments[];
168 extern const char kEnableDeviceDiscoveryNotifications[]; 167 extern const char kEnableDeviceDiscoveryNotifications[];
169 extern const char kEnableDomDistiller[]; 168 extern const char kEnableDomDistiller[];
170 extern const char kEnhancedBookmarksExperiment[]; 169 extern const char kEnhancedBookmarksExperiment[];
171 extern const char kEnableEphemeralApps[]; 170 extern const char kEnableEphemeralApps[];
172 extern const char kEnableExtensionActivityLogging[]; 171 extern const char kEnableExtensionActivityLogging[];
173 extern const char kEnableExtensionActivityLogTesting[]; 172 extern const char kEnableExtensionActivityLogTesting[];
174 extern const char kEnableFastUnload[]; 173 extern const char kEnableFastUnload[];
175 extern const char kEnableGoogleNowIntegration[]; 174 extern const char kEnableGoogleNowIntegration[];
176 extern const char kEnableHttp2Draft04[]; 175 extern const char kEnableHttp2Draft04[];
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 #else 454 #else
456 extern const char kEnablePrintPreview[]; 455 extern const char kEnablePrintPreview[];
457 #endif 456 #endif
458 457
459 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 458 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
460 // alphabetical order, or in one of the ifdefs (also in order in each section). 459 // alphabetical order, or in one of the ifdefs (also in order in each section).
461 460
462 } // namespace switches 461 } // namespace switches
463 462
464 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/autocomplete_match_type.h ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698