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

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

Issue 8747002: Dispatch IndexedDB IPC messages to worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: repurpose obsolete indexed-db switch to control idb on workers Created 9 years 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/content_renderer.gypi ('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) 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 27 matching lines...) Expand all
38 CONTENT_EXPORT extern const char kDisableDeviceOrientation[]; 38 CONTENT_EXPORT extern const char kDisableDeviceOrientation[];
39 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 39 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
40 extern const char kDisableFileSystem[]; 40 extern const char kDisableFileSystem[];
41 extern const char kDisableGeolocation[]; 41 extern const char kDisableGeolocation[];
42 CONTENT_EXPORT extern const char kDisableGLMultisampling[]; 42 CONTENT_EXPORT extern const char kDisableGLMultisampling[];
43 extern const char kDisableGLSLTranslator[]; 43 extern const char kDisableGLSLTranslator[];
44 extern const char kDisableGpuDriverBugWorkarounds[]; 44 extern const char kDisableGpuDriverBugWorkarounds[];
45 extern const char kDisableGpuSandbox[]; 45 extern const char kDisableGpuSandbox[];
46 extern const char kDisableGpuWatchdog[]; 46 extern const char kDisableGpuWatchdog[];
47 CONTENT_EXPORT extern const char kDisableHangMonitor[]; 47 CONTENT_EXPORT extern const char kDisableHangMonitor[];
48 extern const char kDisableIndexedDatabase[]; 48 extern const char kEnableIndexedDatabaseOnWorkers[];
jam 2011/12/02 23:56:14 nit: ForWorkers
49 CONTENT_EXPORT extern const char kDisableJava[]; 49 CONTENT_EXPORT extern const char kDisableJava[];
50 CONTENT_EXPORT extern const char kDisableJavaScript[]; 50 CONTENT_EXPORT extern const char kDisableJavaScript[];
51 extern const char kDisableJavaScriptI18NAPI[]; 51 extern const char kDisableJavaScriptI18NAPI[];
52 CONTENT_EXPORT extern const char kDisableLocalStorage[]; 52 CONTENT_EXPORT extern const char kDisableLocalStorage[];
53 CONTENT_EXPORT extern const char kDisableLogging[]; 53 CONTENT_EXPORT extern const char kDisableLogging[];
54 CONTENT_EXPORT extern const char kDisableSmoothScrolling[]; 54 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
55 CONTENT_EXPORT extern const char kDisablePlugins[]; 55 CONTENT_EXPORT extern const char kDisablePlugins[];
56 CONTENT_EXPORT extern const char kDisablePopupBlocking[]; 56 CONTENT_EXPORT extern const char kDisablePopupBlocking[];
57 extern const char kDisableRendererAccessibility[]; 57 extern const char kDisableRendererAccessibility[];
58 extern const char kDisableSSLFalseStart[]; 58 extern const char kDisableSSLFalseStart[];
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 extern const char kUseSystemSSL[]; 174 extern const char kUseSystemSSL[];
175 #endif 175 #endif
176 176
177 #if !defined(OFFICIAL_BUILD) 177 #if !defined(OFFICIAL_BUILD)
178 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 178 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
179 #endif 179 #endif
180 180
181 } // namespace switches 181 } // namespace switches
182 182
183 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 183 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698