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

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

Issue 8695007: Replace TOUCH_UI condition in WebUI with dynamic flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny tweaks based on CR feedback Created 9 years 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/options/options_ui.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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 extern const char kSyncInvalidateXmppLogin[]; 281 extern const char kSyncInvalidateXmppLogin[];
282 extern const char kSyncerThreadTimedStop[]; 282 extern const char kSyncerThreadTimedStop[];
283 extern const char kSyncNotificationMethod[]; 283 extern const char kSyncNotificationMethod[];
284 extern const char kSyncNotificationHost[]; 284 extern const char kSyncNotificationHost[];
285 extern const char kSyncServiceURL[]; 285 extern const char kSyncServiceURL[];
286 extern const char kSyncTrySsltcpFirstForXmpp[]; 286 extern const char kSyncTrySsltcpFirstForXmpp[];
287 extern const char kTestNaClSandbox[]; 287 extern const char kTestNaClSandbox[];
288 extern const char kTestName[]; 288 extern const char kTestName[];
289 extern const char kTestType[]; 289 extern const char kTestType[];
290 extern const char kTestingChannelID[]; 290 extern const char kTestingChannelID[];
291 extern const char kTouchOptimizedUI[];
291 extern const char kTryChromeAgain[]; 292 extern const char kTryChromeAgain[];
292 extern const char kUninstall[]; 293 extern const char kUninstall[];
293 extern const char kUseMoreWebUI[]; 294 extern const char kUseMoreWebUI[];
294 extern const char kUsePureViews[]; 295 extern const char kUsePureViews[];
295 extern const char kUseSpdy[]; 296 extern const char kUseSpdy[];
296 extern const char kIgnoreCertificateErrors[]; 297 extern const char kIgnoreCertificateErrors[];
297 extern const char kMaxSpdySessionsPerDomain[]; 298 extern const char kMaxSpdySessionsPerDomain[];
298 extern const char kMaxSpdyConcurrentStreams[]; 299 extern const char kMaxSpdyConcurrentStreams[];
299 extern const char kUserDataDir[]; 300 extern const char kUserDataDir[];
300 extern const char kVersion[]; 301 extern const char kVersion[];
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 bool IsPrintPreviewEnabled(); 377 bool IsPrintPreviewEnabled();
377 378
378 bool IsInBrowserThumbnailingEnabled(); 379 bool IsInBrowserThumbnailingEnabled();
379 380
380 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 381 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
381 // alphabetical order, or in one of the ifdefs (also in order in each section). 382 // alphabetical order, or in one of the ifdefs (also in order in each section).
382 383
383 } // namespace switches 384 } // namespace switches
384 385
385 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 386 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698