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

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

Issue 9353012: Add a switch to invert web contents (non-accel only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing, now that skia change is in Created 8 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 | Annotate | Revision Log
« no previous file with comments | « content/common/view_messages.h ('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 #pragma once 9 #pragma once
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 CONTENT_EXPORT extern const char kForceCompositingMode[]; 110 CONTENT_EXPORT extern const char kForceCompositingMode[];
111 extern const char kForceFieldTestNameAndValue[]; 111 extern const char kForceFieldTestNameAndValue[];
112 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 112 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
113 extern const char kGpuLauncher[]; 113 extern const char kGpuLauncher[];
114 CONTENT_EXPORT extern const char kGpuProcess[]; 114 CONTENT_EXPORT extern const char kGpuProcess[];
115 extern const char kGpuStartupDialog[]; 115 extern const char kGpuStartupDialog[];
116 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 116 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
117 extern const char kInProcessGPU[]; 117 extern const char kInProcessGPU[];
118 extern const char kInProcessPlugins[]; 118 extern const char kInProcessPlugins[];
119 CONTENT_EXPORT extern const char kInProcessWebGL[]; 119 CONTENT_EXPORT extern const char kInProcessWebGL[];
120 CONTENT_EXPORT extern const char kInvertWebContent[];
120 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 121 CONTENT_EXPORT extern const char kJavaScriptFlags[];
121 extern const char kLoadPlugin[]; 122 extern const char kLoadPlugin[];
122 CONTENT_EXPORT extern const char kLoggingLevel[]; 123 CONTENT_EXPORT extern const char kLoggingLevel[];
123 extern const char kLogPluginMessages[]; 124 extern const char kLogPluginMessages[];
124 // TODO(jam): this doesn't belong in content. 125 // TODO(jam): this doesn't belong in content.
125 CONTENT_EXPORT extern const char kNaClBrokerProcess[]; 126 CONTENT_EXPORT extern const char kNaClBrokerProcess[];
126 CONTENT_EXPORT extern const char kNaClLoaderProcess[]; 127 CONTENT_EXPORT extern const char kNaClLoaderProcess[];
127 extern const char kNoJsRandomness[]; 128 extern const char kNoJsRandomness[];
128 CONTENT_EXPORT extern const char kNoReferrers[]; 129 CONTENT_EXPORT extern const char kNoReferrers[];
129 CONTENT_EXPORT extern const char kNoSandbox[]; 130 CONTENT_EXPORT extern const char kNoSandbox[];
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 190
190 #if !defined(OFFICIAL_BUILD) 191 #if !defined(OFFICIAL_BUILD)
191 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 192 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
192 #endif 193 #endif
193 194
194 extern const char kEnablePerTilePainting[]; 195 extern const char kEnablePerTilePainting[];
195 196
196 } // namespace switches 197 } // namespace switches
197 198
198 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 199 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698