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

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

Issue 893843007: Experiment to hide close buttons of inactive tabs when using touch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added flag to histograms.xml Created 5 years, 10 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 | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | content/public/common/content_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) 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 extern const char kSandboxIPCProcess[]; 204 extern const char kSandboxIPCProcess[];
205 CONTENT_EXPORT extern const char kScrollEndEffect[]; 205 CONTENT_EXPORT extern const char kScrollEndEffect[];
206 extern const char kShowPaintRects[]; 206 extern const char kShowPaintRects[];
207 CONTENT_EXPORT extern const char kSingleProcess[]; 207 CONTENT_EXPORT extern const char kSingleProcess[];
208 CONTENT_EXPORT extern const char kSitePerProcess[]; 208 CONTENT_EXPORT extern const char kSitePerProcess[];
209 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 209 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
210 CONTENT_EXPORT extern const char kStartFullscreen[]; 210 CONTENT_EXPORT extern const char kStartFullscreen[];
211 CONTENT_EXPORT extern const char kStatsCollectionController[]; 211 CONTENT_EXPORT extern const char kStatsCollectionController[];
212 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[]; 212 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[];
213 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[]; 213 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[];
214 CONTENT_EXPORT extern const char kTabCloseButtonsHiddenWithTouch[];
214 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; 215 CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
215 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; 216 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
216 CONTENT_EXPORT extern const char kTestType[]; 217 CONTENT_EXPORT extern const char kTestType[];
217 CONTENT_EXPORT extern const char kTraceShutdown[]; 218 CONTENT_EXPORT extern const char kTraceShutdown[];
218 extern const char kTraceShutdownFile[]; 219 extern const char kTraceShutdownFile[];
219 extern const char kTraceStartup[]; 220 extern const char kTraceStartup[];
220 extern const char kTraceStartupDuration[]; 221 extern const char kTraceStartupDuration[];
221 extern const char kTraceStartupFile[]; 222 extern const char kTraceStartupFile[];
222 extern const char kTraceUploadURL[]; 223 extern const char kTraceUploadURL[];
223 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; 224 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[];
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 #if defined(ENABLE_PLUGINS) 296 #if defined(ENABLE_PLUGINS)
296 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[]; 297 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[];
297 #endif 298 #endif
298 299
299 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 300 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
300 // alphabetical order, or in one of the ifdefs (also in order in each section). 301 // alphabetical order, or in one of the ifdefs (also in order in each section).
301 302
302 } // namespace switches 303 } // namespace switches
303 304
304 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 305 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698