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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 6665057: add support for forcing compositing mode (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated license headers for copyright year Created 9 years, 9 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 extern const char kExperimentalSpellcheckerFeatures[]; 175 extern const char kExperimentalSpellcheckerFeatures[];
176 extern const char kExplicitlyAllowedPorts[]; 176 extern const char kExplicitlyAllowedPorts[];
177 extern const char kExtensionsUpdateFrequency[]; 177 extern const char kExtensionsUpdateFrequency[];
178 extern const char kFlagSwitchesBegin[]; 178 extern const char kFlagSwitchesBegin[];
179 extern const char kFlagSwitchesEnd[]; 179 extern const char kFlagSwitchesEnd[];
180 extern const char kFeedbackServer[]; 180 extern const char kFeedbackServer[];
181 extern const char kFileDescriptorLimit[]; 181 extern const char kFileDescriptorLimit[];
182 extern const char kFocusExistingTabOnOpen[]; 182 extern const char kFocusExistingTabOnOpen[];
183 extern const char kFirstRun[]; 183 extern const char kFirstRun[];
184 extern const char kForceAppsPromoVisible[]; 184 extern const char kForceAppsPromoVisible[];
185 extern const char kForceCompositingMode[];
185 extern const char kForceFieldTestNameAndValue[]; 186 extern const char kForceFieldTestNameAndValue[];
186 extern const char kForceRendererAccessibility[]; 187 extern const char kForceRendererAccessibility[];
187 extern const char kForceStubLibcros[]; 188 extern const char kForceStubLibcros[];
188 extern const char kGSSAPILibraryName[]; 189 extern const char kGSSAPILibraryName[];
189 extern const char kHelp[]; 190 extern const char kHelp[];
190 extern const char kHelpShort[]; 191 extern const char kHelpShort[];
191 extern const char kHideIcons[]; 192 extern const char kHideIcons[];
192 extern const char kHomePage[]; 193 extern const char kHomePage[];
193 extern const char kHostRules[]; 194 extern const char kHostRules[];
194 extern const char kHostResolverParallelism[]; 195 extern const char kHostResolverParallelism[];
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 #if defined(HAVE_XINPUT2) 360 #if defined(HAVE_XINPUT2)
360 extern const char kTouchDevices[]; 361 extern const char kTouchDevices[];
361 #endif 362 #endif
362 363
363 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 364 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
364 // alphabetical order, or in one of the ifdefs (also in order in each section). 365 // alphabetical order, or in one of the ifdefs (also in order in each section).
365 366
366 } // namespace switches 367 } // namespace switches
367 368
368 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 369 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698