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

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

Issue 8202003: IndexedDB: Update calls to and implementations of WebIDBFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 CONTENT_EXPORT extern const char kRendererAssertTest[]; 136 CONTENT_EXPORT extern const char kRendererAssertTest[];
137 extern const char kRendererCmdPrefix[]; 137 extern const char kRendererCmdPrefix[];
138 CONTENT_EXPORT extern const char kRendererCrashTest[]; 138 CONTENT_EXPORT extern const char kRendererCrashTest[];
139 CONTENT_EXPORT extern const char kRendererProcess[]; 139 CONTENT_EXPORT extern const char kRendererProcess[];
140 extern const char kRendererStartupDialog[]; 140 extern const char kRendererStartupDialog[];
141 // TODO(jam): this doesn't belong in content. 141 // TODO(jam): this doesn't belong in content.
142 CONTENT_EXPORT extern const char kServiceProcess[]; 142 CONTENT_EXPORT extern const char kServiceProcess[];
143 extern const char kShowPaintRects[]; 143 extern const char kShowPaintRects[];
144 extern const char kSimpleDataSource[]; 144 extern const char kSimpleDataSource[];
145 CONTENT_EXPORT extern const char kSingleProcess[]; 145 CONTENT_EXPORT extern const char kSingleProcess[];
146 CONTENT_EXPORT extern const char kSQLiteIndexedDatabase[];
147 CONTENT_EXPORT extern const char kTestSandbox[]; 146 CONTENT_EXPORT extern const char kTestSandbox[];
148 extern const char kUnlimitedQuotaForFiles[]; 147 extern const char kUnlimitedQuotaForFiles[];
149 CONTENT_EXPORT extern const char kUserAgent[]; 148 CONTENT_EXPORT extern const char kUserAgent[];
150 extern const char kUtilityCmdPrefix[]; 149 extern const char kUtilityCmdPrefix[];
151 CONTENT_EXPORT extern const char kUtilityProcess[]; 150 CONTENT_EXPORT extern const char kUtilityProcess[];
152 extern const char kUtilityProcessAllowedDir[]; 151 extern const char kUtilityProcessAllowedDir[];
153 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; 152 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
154 extern const char kWebCoreLogChannels[]; 153 extern const char kWebCoreLogChannels[];
155 extern const char kWebWorkerProcessPerCore[]; 154 extern const char kWebWorkerProcessPerCore[];
156 extern const char kWebWorkerShareProcesses[]; 155 extern const char kWebWorkerShareProcesses[];
157 CONTENT_EXPORT extern const char kWorkerProcess[]; 156 CONTENT_EXPORT extern const char kWorkerProcess[];
158 CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; 157 CONTENT_EXPORT extern const char kZygoteCmdPrefix[];
159 CONTENT_EXPORT extern const char kZygoteProcess[]; 158 CONTENT_EXPORT extern const char kZygoteProcess[];
160 159
161 #if defined(OS_POSIX) && !defined(OS_MACOSX) 160 #if defined(OS_POSIX) && !defined(OS_MACOSX)
162 extern const char kScrollPixels[]; 161 extern const char kScrollPixels[];
163 #endif 162 #endif
164 163
165 #if defined(OS_MACOSX) || defined(OS_WIN) 164 #if defined(OS_MACOSX) || defined(OS_WIN)
166 extern const char kUseSystemSSL[]; 165 extern const char kUseSystemSSL[];
167 #endif 166 #endif
168 167
169 #if !defined(OFFICIAL_BUILD) 168 #if !defined(OFFICIAL_BUILD)
170 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 169 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
171 #endif 170 #endif
172 171
173 } // namespace switches 172 } // namespace switches
174 173
175 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 174 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698