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

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

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 years, 7 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/browser/ui/webui/ntp/ntp_resource_cache.cc ('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 #pragma once 9 #pragma once
10 10
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 extern const char kEnableStackedTabStrip[]; 173 extern const char kEnableStackedTabStrip[];
174 extern const char kEnableSuggestionsTabPage[]; 174 extern const char kEnableSuggestionsTabPage[];
175 extern const char kEnableSyncSignin[]; 175 extern const char kEnableSyncSignin[];
176 extern const char kEnableSyncTabs[]; 176 extern const char kEnableSyncTabs[];
177 extern const char kDisableSyncTabs[]; 177 extern const char kDisableSyncTabs[];
178 extern const char kEnableSyncTabsForOtherClients[]; 178 extern const char kEnableSyncTabsForOtherClients[];
179 extern const char kEnableTabGroupsContextMenu[]; 179 extern const char kEnableTabGroupsContextMenu[];
180 extern const char kEnableWatchdog[]; 180 extern const char kEnableWatchdog[];
181 extern const char kEnableWebsiteSettings[]; 181 extern const char kEnableWebsiteSettings[];
182 extern const char kEnableWebSocketOverSpdy[]; 182 extern const char kEnableWebSocketOverSpdy[];
183 extern const char kEnableWebStoreLink[];
184 extern const char kEventPageIdleTime[]; 183 extern const char kEventPageIdleTime[];
185 extern const char kEventPageUnloadingTime[]; 184 extern const char kEventPageUnloadingTime[];
186 extern const char kExperimentalSpellcheckerFeatures[]; 185 extern const char kExperimentalSpellcheckerFeatures[];
187 extern const char kExplicitlyAllowedPorts[]; 186 extern const char kExplicitlyAllowedPorts[];
188 extern const char kExtensionProcess[]; 187 extern const char kExtensionProcess[];
189 extern const char kExtensionsUpdateFrequency[]; 188 extern const char kExtensionsUpdateFrequency[];
190 extern const char kExternalAutofillPopup[]; 189 extern const char kExternalAutofillPopup[];
191 extern const char kFlagSwitchesBegin[]; 190 extern const char kFlagSwitchesBegin[];
192 extern const char kFlagSwitchesEnd[]; 191 extern const char kFlagSwitchesEnd[];
193 extern const char kFeedbackServer[]; 192 extern const char kFeedbackServer[];
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 #else 415 #else
417 extern const char kEnablePrintPreview[]; 416 extern const char kEnablePrintPreview[];
418 #endif 417 #endif
419 418
420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 419 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
421 // alphabetical order, or in one of the ifdefs (also in order in each section). 420 // alphabetical order, or in one of the ifdefs (also in order in each section).
422 421
423 } // namespace switches 422 } // namespace switches
424 423
425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698