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

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

Issue 269833003: Enable precise memory info in layout tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « no previous file | content/shell/app/shell_main_delegate.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) 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 CONTENT_EXPORT extern const char kEnableLCDText[]; 134 CONTENT_EXPORT extern const char kEnableLCDText[];
135 CONTENT_EXPORT extern const char kEnableLogging[]; 135 CONTENT_EXPORT extern const char kEnableLogging[];
136 extern const char kEnableMemoryBenchmarking[]; 136 extern const char kEnableMemoryBenchmarking[];
137 extern const char kEnableMonitorProfile[]; 137 extern const char kEnableMonitorProfile[];
138 CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[]; 138 CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[];
139 CONTENT_EXPORT extern const char kEnableOneCopy[]; 139 CONTENT_EXPORT extern const char kEnableOneCopy[];
140 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[]; 140 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[];
141 CONTENT_EXPORT extern const char kDisableOverlayFullscreenVideoSubtitle[]; 141 CONTENT_EXPORT extern const char kDisableOverlayFullscreenVideoSubtitle[];
142 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 142 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
143 CONTENT_EXPORT extern const char kEnablePinch[]; 143 CONTENT_EXPORT extern const char kEnablePinch[];
144 extern const char kEnablePreciseMemoryInfo[]; 144 CONTENT_EXPORT extern const char kEnablePreciseMemoryInfo[];
145 extern const char kEnablePreparsedJsCaching[]; 145 extern const char kEnablePreparsedJsCaching[];
146 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 146 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
147 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[]; 147 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[];
148 CONTENT_EXPORT extern const char kEnableRepaintAfterLayout[]; 148 CONTENT_EXPORT extern const char kEnableRepaintAfterLayout[];
149 CONTENT_EXPORT extern const char kEnableSandboxLogging[]; 149 CONTENT_EXPORT extern const char kEnableSandboxLogging[];
150 extern const char kEnableSeccompFilterSandbox[]; 150 extern const char kEnableSeccompFilterSandbox[];
151 extern const char kEnableSkiaBenchmarking[]; 151 extern const char kEnableSkiaBenchmarking[];
152 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 152 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
153 CONTENT_EXPORT extern const char kEnableSpatialNavigation[]; 153 CONTENT_EXPORT extern const char kEnableSpatialNavigation[];
154 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[]; 154 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[];
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 extern const char kEnableCarbonInterposing[]; 298 extern const char kEnableCarbonInterposing[];
299 extern const char kDisableCoreAnimationPlugins[]; 299 extern const char kDisableCoreAnimationPlugins[];
300 #endif 300 #endif
301 301
302 // 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
303 // 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).
304 304
305 } // namespace switches 305 } // namespace switches
306 306
307 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 307 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698