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

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

Issue 1690013002: Remove --tab-capture-upscale/downscale-quality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address piman's comments. Created 4 years, 8 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 CONTENT_EXPORT extern const char kRootLayerScrolls[]; 206 CONTENT_EXPORT extern const char kRootLayerScrolls[];
207 extern const char kSandboxIPCProcess[]; 207 extern const char kSandboxIPCProcess[];
208 CONTENT_EXPORT extern const char kScrollEndEffect[]; 208 CONTENT_EXPORT extern const char kScrollEndEffect[];
209 extern const char kShowPaintRects[]; 209 extern const char kShowPaintRects[];
210 CONTENT_EXPORT extern const char kSingleProcess[]; 210 CONTENT_EXPORT extern const char kSingleProcess[];
211 CONTENT_EXPORT extern const char kSitePerProcess[]; 211 CONTENT_EXPORT extern const char kSitePerProcess[];
212 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 212 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
213 extern const char kSkipReencodingOnSKPCapture[]; 213 extern const char kSkipReencodingOnSKPCapture[];
214 CONTENT_EXPORT extern const char kStartFullscreen[]; 214 CONTENT_EXPORT extern const char kStartFullscreen[];
215 CONTENT_EXPORT extern const char kStatsCollectionController[]; 215 CONTENT_EXPORT extern const char kStatsCollectionController[];
216 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[];
217 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[];
218 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; 216 CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
219 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; 217 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
220 CONTENT_EXPORT extern const char kTestType[]; 218 CONTENT_EXPORT extern const char kTestType[];
221 CONTENT_EXPORT extern const char kTopDocumentIsolation[]; 219 CONTENT_EXPORT extern const char kTopDocumentIsolation[];
222 CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[]; 220 CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[];
223 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; 221 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[];
224 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[]; 222 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[];
225 CONTENT_EXPORT extern const char kUseMusInRenderer[]; 223 CONTENT_EXPORT extern const char kUseMusInRenderer[];
226 CONTENT_EXPORT extern const char kEnableNativeGpuMemoryBuffers[]; 224 CONTENT_EXPORT extern const char kEnableNativeGpuMemoryBuffers[];
227 CONTENT_EXPORT extern const char kContentImageTextureTarget[]; 225 CONTENT_EXPORT extern const char kContentImageTextureTarget[];
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; 294 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
297 CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; 295 CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
298 #endif 296 #endif
299 297
300 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 298 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
301 // alphabetical order, or in one of the ifdefs (also in order in each section). 299 // alphabetical order, or in one of the ifdefs (also in order in each section).
302 300
303 } // namespace switches 301 } // namespace switches
304 302
305 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 303 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/delegated_frame_host.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698