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

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

Issue 285283003: Remove flag --test-sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change requested by resek, thanks Created 6 years, 6 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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 extern const char kShowPaintRects[]; 225 extern const char kShowPaintRects[];
226 CONTENT_EXPORT extern const char kSingleProcess[]; 226 CONTENT_EXPORT extern const char kSingleProcess[];
227 CONTENT_EXPORT extern const char kSitePerProcess[]; 227 CONTENT_EXPORT extern const char kSitePerProcess[];
228 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 228 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
229 CONTENT_EXPORT extern const char kStartFullscreen[]; 229 CONTENT_EXPORT extern const char kStartFullscreen[];
230 CONTENT_EXPORT extern const char kStatsCollectionController[]; 230 CONTENT_EXPORT extern const char kStatsCollectionController[];
231 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[]; 231 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[];
232 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[]; 232 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[];
233 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; 233 CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
234 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; 234 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
235 CONTENT_EXPORT extern const char kTestSandbox[];
236 CONTENT_EXPORT extern const char kTestType[]; 235 CONTENT_EXPORT extern const char kTestType[];
237 CONTENT_EXPORT extern const char kTouchScrollingMode[]; 236 CONTENT_EXPORT extern const char kTouchScrollingMode[];
238 CONTENT_EXPORT extern const char kTouchScrollingModeAsyncTouchmove[]; 237 CONTENT_EXPORT extern const char kTouchScrollingModeAsyncTouchmove[];
239 CONTENT_EXPORT extern const char kTouchScrollingModeSyncTouchmove[]; 238 CONTENT_EXPORT extern const char kTouchScrollingModeSyncTouchmove[];
240 CONTENT_EXPORT extern const char kTouchScrollingModeTouchcancel[]; 239 CONTENT_EXPORT extern const char kTouchScrollingModeTouchcancel[];
241 CONTENT_EXPORT extern const char kTraceShutdown[]; 240 CONTENT_EXPORT extern const char kTraceShutdown[];
242 extern const char kTraceShutdownFile[]; 241 extern const char kTraceShutdownFile[];
243 extern const char kTraceStartup[]; 242 extern const char kTraceStartup[];
244 extern const char kTraceStartupDuration[]; 243 extern const char kTraceStartupDuration[];
245 extern const char kTraceStartupFile[]; 244 extern const char kTraceStartupFile[];
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 extern const char kEnableCarbonInterposing[]; 288 extern const char kEnableCarbonInterposing[];
290 extern const char kDisableCoreAnimationPlugins[]; 289 extern const char kDisableCoreAnimationPlugins[];
291 #endif 290 #endif
292 291
293 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 292 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
294 // alphabetical order, or in one of the ifdefs (also in order in each section). 293 // alphabetical order, or in one of the ifdefs (also in order in each section).
295 294
296 } // namespace switches 295 } // namespace switches
297 296
298 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 297 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698