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

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

Issue 8383008: Add a command-line switch --skip-gpu-data-loading. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 "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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 CONTENT_EXPORT extern const char kRendererAssertTest[]; 135 CONTENT_EXPORT extern const char kRendererAssertTest[];
136 extern const char kRendererCmdPrefix[]; 136 extern const char kRendererCmdPrefix[];
137 CONTENT_EXPORT extern const char kRendererCrashTest[]; 137 CONTENT_EXPORT extern const char kRendererCrashTest[];
138 CONTENT_EXPORT extern const char kRendererProcess[]; 138 CONTENT_EXPORT extern const char kRendererProcess[];
139 extern const char kRendererStartupDialog[]; 139 extern const char kRendererStartupDialog[];
140 // TODO(jam): this doesn't belong in content. 140 // TODO(jam): this doesn't belong in content.
141 CONTENT_EXPORT extern const char kServiceProcess[]; 141 CONTENT_EXPORT extern const char kServiceProcess[];
142 extern const char kShowPaintRects[]; 142 extern const char kShowPaintRects[];
143 extern const char kSimpleDataSource[]; 143 extern const char kSimpleDataSource[];
144 CONTENT_EXPORT extern const char kSingleProcess[]; 144 CONTENT_EXPORT extern const char kSingleProcess[];
145 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
145 CONTENT_EXPORT extern const char kSQLiteIndexedDatabase[]; 146 CONTENT_EXPORT extern const char kSQLiteIndexedDatabase[];
146 CONTENT_EXPORT extern const char kTestSandbox[]; 147 CONTENT_EXPORT extern const char kTestSandbox[];
147 extern const char kUnlimitedQuotaForFiles[]; 148 extern const char kUnlimitedQuotaForFiles[];
148 CONTENT_EXPORT extern const char kUserAgent[]; 149 CONTENT_EXPORT extern const char kUserAgent[];
149 extern const char kUtilityCmdPrefix[]; 150 extern const char kUtilityCmdPrefix[];
150 CONTENT_EXPORT extern const char kUtilityProcess[]; 151 CONTENT_EXPORT extern const char kUtilityProcess[];
151 extern const char kUtilityProcessAllowedDir[]; 152 extern const char kUtilityProcessAllowedDir[];
152 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; 153 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
153 extern const char kWebCoreLogChannels[]; 154 extern const char kWebCoreLogChannels[];
154 extern const char kWebWorkerProcessPerCore[]; 155 extern const char kWebWorkerProcessPerCore[];
(...skipping 10 matching lines...) Expand all
165 extern const char kUseSystemSSL[]; 166 extern const char kUseSystemSSL[];
166 #endif 167 #endif
167 168
168 #if !defined(OFFICIAL_BUILD) 169 #if !defined(OFFICIAL_BUILD)
169 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 170 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
170 #endif 171 #endif
171 172
172 } // namespace switches 173 } // namespace switches
173 174
174 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 175 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698