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

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

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 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/chrome_plugin_util.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 extern const char kNoServiceAutorun[]; 230 extern const char kNoServiceAutorun[];
231 extern const char kNoStartupWindow[]; 231 extern const char kNoStartupWindow[];
232 extern const char kNotifyCloudPrintTokenExpired[]; 232 extern const char kNotifyCloudPrintTokenExpired[];
233 extern const char kNumPacThreads[]; 233 extern const char kNumPacThreads[];
234 extern const char kOpenInNewWindow[]; 234 extern const char kOpenInNewWindow[];
235 extern const char kOrganicInstall[]; 235 extern const char kOrganicInstall[];
236 extern const char kPackExtension[]; 236 extern const char kPackExtension[];
237 extern const char kPackExtensionKey[]; 237 extern const char kPackExtensionKey[];
238 extern const char kParentProfile[]; 238 extern const char kParentProfile[];
239 extern const char kPlaybackMode[]; 239 extern const char kPlaybackMode[];
240 extern const char kPluginDataDir[];
241 extern const char kPrerender[]; 240 extern const char kPrerender[];
242 extern const char kPrerenderSwitchValueAuto[]; 241 extern const char kPrerenderSwitchValueAuto[];
243 extern const char kPrerenderSwitchValueDisabled[]; 242 extern const char kPrerenderSwitchValueDisabled[];
244 extern const char kPrerenderSwitchValueEnabled[]; 243 extern const char kPrerenderSwitchValueEnabled[];
245 extern const char kPrerenderSwitchValuePrefetchOnly[]; 244 extern const char kPrerenderSwitchValuePrefetchOnly[];
246 extern const char kPrint[]; 245 extern const char kPrint[];
247 extern const char kProductVersion[]; 246 extern const char kProductVersion[];
248 extern const char kProfileImportProcess[]; 247 extern const char kProfileImportProcess[];
249 extern const char kProfilingAtStart[]; 248 extern const char kProfilingAtStart[];
250 extern const char kProfilingFile[]; 249 extern const char kProfilingFile[];
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 #if !defined(OS_MACOSX) 355 #if !defined(OS_MACOSX)
357 extern const char kKioskMode[]; 356 extern const char kKioskMode[];
358 #endif 357 #endif
359 358
360 #if defined(TOOLKIT_VIEWS) 359 #if defined(TOOLKIT_VIEWS)
361 extern const char kDebugViewsPaint[]; 360 extern const char kDebugViewsPaint[];
362 #endif 361 #endif
363 362
364 #ifndef NDEBUG 363 #ifndef NDEBUG
365 extern const char kClearTokenService[]; 364 extern const char kClearTokenService[];
366 extern const char kGearsPluginPathOverride[];
367 extern const char kSetToken[]; 365 extern const char kSetToken[];
368 extern const char kWebSocketLiveExperimentHost[]; 366 extern const char kWebSocketLiveExperimentHost[];
369 #endif 367 #endif
370 368
371 #if !defined(OFFICIAL_BUILD) 369 #if !defined(OFFICIAL_BUILD)
372 extern const char kRendererCheckFalseTest[]; 370 extern const char kRendererCheckFalseTest[];
373 #endif 371 #endif
374 372
375 #if defined(HAVE_XINPUT2) 373 #if defined(HAVE_XINPUT2)
376 extern const char kTouchDevices[]; 374 extern const char kTouchDevices[];
377 #endif 375 #endif
378 376
379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 377 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
380 // alphabetical order, or in one of the ifdefs (also in order in each section). 378 // alphabetical order, or in one of the ifdefs (also in order in each section).
381 379
382 } // namespace switches 380 } // namespace switches
383 381
384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 382 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_plugin_util.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698