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

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

Issue 7919028: Revert 101581 - Add --use-more-webui runtime flag to toggle WebUI replacements for native dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/chrome_browser.gypi ('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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 extern const char kSyncNotificationHost[]; 261 extern const char kSyncNotificationHost[];
262 extern const char kSyncServiceURL[]; 262 extern const char kSyncServiceURL[];
263 extern const char kSyncShowPromo[]; 263 extern const char kSyncShowPromo[];
264 extern const char kSyncTrySsltcpFirstForXmpp[]; 264 extern const char kSyncTrySsltcpFirstForXmpp[];
265 extern const char kTestNaClSandbox[]; 265 extern const char kTestNaClSandbox[];
266 extern const char kTestName[]; 266 extern const char kTestName[];
267 extern const char kTestType[]; 267 extern const char kTestType[];
268 extern const char kTestingChannelID[]; 268 extern const char kTestingChannelID[];
269 extern const char kTryChromeAgain[]; 269 extern const char kTryChromeAgain[];
270 extern const char kUninstall[]; 270 extern const char kUninstall[];
271 extern const char kUseMoreWebUI[];
272 extern const char kUsePureViews[]; 271 extern const char kUsePureViews[];
273 extern const char kUseSpdy[]; 272 extern const char kUseSpdy[];
274 extern const char kIgnoreCertificateErrors[]; 273 extern const char kIgnoreCertificateErrors[];
275 extern const char kMaxSpdySessionsPerDomain[]; 274 extern const char kMaxSpdySessionsPerDomain[];
276 extern const char kMaxSpdyConcurrentStreams[]; 275 extern const char kMaxSpdyConcurrentStreams[];
277 extern const char kUserDataDir[]; 276 extern const char kUserDataDir[];
278 extern const char kVersion[]; 277 extern const char kVersion[];
279 extern const char kWinHttpProxyResolver[]; 278 extern const char kWinHttpProxyResolver[];
280 279
281 #if defined(OS_CHROMEOS) 280 #if defined(OS_CHROMEOS)
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 bool IsPrintPreviewEnabled(); 358 bool IsPrintPreviewEnabled();
360 359
361 bool IsInBrowserThumbnailingEnabled(); 360 bool IsInBrowserThumbnailingEnabled();
362 361
363 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 362 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
364 // alphabetical order, or in one of the ifdefs (also in order in each section). 363 // alphabetical order, or in one of the ifdefs (also in order in each section).
365 364
366 } // namespace switches 365 } // namespace switches
367 366
368 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 367 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698