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

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

Issue 6627081: IndexedDB: Add --level-db flag, and pipe through to WebIDBFactory::open. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed 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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_COMMON_CONTENT_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 17 matching lines...) Expand all
28 extern const char kEnableMonitorProfile[]; 28 extern const char kEnableMonitorProfile[];
29 extern const char kEnablePreparsedJsCaching[]; 29 extern const char kEnablePreparsedJsCaching[];
30 extern const char kEnableSandboxLogging[]; 30 extern const char kEnableSandboxLogging[];
31 extern const char kEnableSeccompSandbox[]; 31 extern const char kEnableSeccompSandbox[];
32 extern const char kEnableStatsTable[]; 32 extern const char kEnableStatsTable[];
33 extern const char kExperimentalLocationFeatures[]; 33 extern const char kExperimentalLocationFeatures[];
34 extern const char kExtraPluginDir[]; 34 extern const char kExtraPluginDir[];
35 extern const char kGpuLauncher[]; 35 extern const char kGpuLauncher[];
36 extern const char kGpuProcess[]; 36 extern const char kGpuProcess[];
37 extern const char kGpuStartupDialog[]; 37 extern const char kGpuStartupDialog[];
38 extern const char kLevelDBIndexedDatabase[];
38 extern const char kLoadPlugin[]; 39 extern const char kLoadPlugin[];
39 extern const char kLoggingLevel[]; 40 extern const char kLoggingLevel[];
40 extern const char kLogPluginMessages[]; 41 extern const char kLogPluginMessages[];
41 extern const char kNoGpuSandbox[]; 42 extern const char kNoGpuSandbox[];
42 extern const char kNoReferrers[]; 43 extern const char kNoReferrers[];
43 extern const char kPluginLauncher[]; 44 extern const char kPluginLauncher[];
44 extern const char kPluginPath[]; 45 extern const char kPluginPath[];
45 extern const char kPluginProcess[]; 46 extern const char kPluginProcess[];
46 extern const char kPluginStartupDialog[]; 47 extern const char kPluginStartupDialog[];
47 extern const char kPpapiFlashPath[]; 48 extern const char kPpapiFlashPath[];
(...skipping 20 matching lines...) Expand all
68 extern const char kWebCoreLogChannels[]; 69 extern const char kWebCoreLogChannels[];
69 extern const char kWebWorkerProcessPerCore[]; 70 extern const char kWebWorkerProcessPerCore[];
70 extern const char kWebWorkerShareProcesses[]; 71 extern const char kWebWorkerShareProcesses[];
71 extern const char kWorkerProcess[]; 72 extern const char kWorkerProcess[];
72 extern const char kZygoteCmdPrefix[]; 73 extern const char kZygoteCmdPrefix[];
73 extern const char kZygoteProcess[]; 74 extern const char kZygoteProcess[];
74 75
75 } // namespace switches 76 } // namespace switches
76 77
77 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_ 78 #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698