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

Side by Side Diff: content/public/common/content_switches.h

Issue 256203003: Revert of Revert of Remove smiluate-touch-screen-with-mouse content flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; 219 CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
220 CONTENT_EXPORT extern const char kRemoteDebuggingPort[]; 220 CONTENT_EXPORT extern const char kRemoteDebuggingPort[];
221 CONTENT_EXPORT extern const char kRendererAssertTest[]; 221 CONTENT_EXPORT extern const char kRendererAssertTest[];
222 extern const char kRendererCmdPrefix[]; 222 extern const char kRendererCmdPrefix[];
223 CONTENT_EXPORT extern const char kRendererProcess[]; 223 CONTENT_EXPORT extern const char kRendererProcess[];
224 CONTENT_EXPORT extern const char kRendererProcessLimit[]; 224 CONTENT_EXPORT extern const char kRendererProcessLimit[];
225 CONTENT_EXPORT extern const char kRendererStartupDialog[]; 225 CONTENT_EXPORT extern const char kRendererStartupDialog[];
226 extern const char kSandboxIPCProcess[]; 226 extern const char kSandboxIPCProcess[];
227 CONTENT_EXPORT extern const char kScrollEndEffect[]; 227 CONTENT_EXPORT extern const char kScrollEndEffect[];
228 extern const char kShowPaintRects[]; 228 extern const char kShowPaintRects[];
229 CONTENT_EXPORT extern const char kSimulateTouchScreenWithMouse[];
230 CONTENT_EXPORT extern const char kSingleProcess[]; 229 CONTENT_EXPORT extern const char kSingleProcess[];
231 CONTENT_EXPORT extern const char kSitePerProcess[]; 230 CONTENT_EXPORT extern const char kSitePerProcess[];
232 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 231 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
233 CONTENT_EXPORT extern const char kStartFullscreen[]; 232 CONTENT_EXPORT extern const char kStartFullscreen[];
234 CONTENT_EXPORT extern const char kStatsCollectionController[]; 233 CONTENT_EXPORT extern const char kStatsCollectionController[];
235 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[]; 234 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[];
236 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[]; 235 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[];
237 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; 236 CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
238 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; 237 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
239 CONTENT_EXPORT extern const char kTestSandbox[]; 238 CONTENT_EXPORT extern const char kTestSandbox[];
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 extern const char kEnableCarbonInterposing[]; 298 extern const char kEnableCarbonInterposing[];
300 extern const char kDisableCoreAnimationPlugins[]; 299 extern const char kDisableCoreAnimationPlugins[];
301 #endif 300 #endif
302 301
303 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 302 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
304 // alphabetical order, or in one of the ifdefs (also in order in each section). 303 // alphabetical order, or in one of the ifdefs (also in order in each section).
305 304
306 } // namespace switches 305 } // namespace switches
307 306
308 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 307 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698