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

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

Issue 7600013: ntp4: make default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test failures Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 extern const char kMemoryProfiling[]; 195 extern const char kMemoryProfiling[];
196 extern const char kMessageLoopHistogrammer[]; 196 extern const char kMessageLoopHistogrammer[];
197 extern const char kMetricsRecordingOnly[]; 197 extern const char kMetricsRecordingOnly[];
198 extern const char kMinClearSiteDataFlashVersion[]; 198 extern const char kMinClearSiteDataFlashVersion[];
199 extern const char kMultiProfiles[]; 199 extern const char kMultiProfiles[];
200 extern const char kNaClDebugIP[]; 200 extern const char kNaClDebugIP[];
201 extern const char kNaClDebugPorts[]; 201 extern const char kNaClDebugPorts[];
202 extern const char kNaClLoaderCmdPrefix[]; 202 extern const char kNaClLoaderCmdPrefix[];
203 extern const char kNaClStartupDialog[]; 203 extern const char kNaClStartupDialog[];
204 extern const char kNetLogLevel[]; 204 extern const char kNetLogLevel[];
205 extern const char kNewTabPage4[]; 205 extern const char kNewTabPage[];
206 extern const char kNoDefaultBrowserCheck[]; 206 extern const char kNoDefaultBrowserCheck[];
207 extern const char kNoEvents[]; 207 extern const char kNoEvents[];
208 extern const char kNoExperiments[]; 208 extern const char kNoExperiments[];
209 extern const char kNoFirstRun[]; 209 extern const char kNoFirstRun[];
210 extern const char kNoProxyServer[]; 210 extern const char kNoProxyServer[];
211 extern const char kNoPings[]; 211 extern const char kNoPings[];
212 extern const char kNoServiceAutorun[]; 212 extern const char kNoServiceAutorun[];
213 extern const char kNoStartupWindow[]; 213 extern const char kNoStartupWindow[];
214 extern const char kNotifyCloudPrintTokenExpired[]; 214 extern const char kNotifyCloudPrintTokenExpired[];
215 extern const char kNumPacThreads[]; 215 extern const char kNumPacThreads[];
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 bool IsPrintPreviewEnabled(); 370 bool IsPrintPreviewEnabled();
371 371
372 bool IsInBrowserThumbnailingEnabled(); 372 bool IsInBrowserThumbnailingEnabled();
373 373
374 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 374 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
375 // alphabetical order, or in one of the ifdefs (also in order in each section). 375 // alphabetical order, or in one of the ifdefs (also in order in each section).
376 376
377 } // namespace switches 377 } // namespace switches
378 378
379 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 379 #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