Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| =================================================================== |
| --- content/public/common/content_switches.cc (revision 106917) |
| +++ content/public/common/content_switches.cc (working copy) |
| @@ -442,6 +442,10 @@ |
| // Runs the renderer and plugins in the same process as the browser |
| const char kSingleProcess[] = "single-process"; |
| +// Skip gpu info collection, blacklist loading, and blacklist auto-update |
| +// scheduling at browser startup time. |
|
Ken Russell (switch to Gerrit)
2011/10/24 21:04:41
Could you describe the side-effects of this? In pa
Zhenyao Mo
2011/10/24 21:42:19
Will do.
|
| +const char kSkipGpuDataLoading[] = "skip-gpu-data-loading"; |
| + |
| // Use SQLite as back-end for Indexed Database API. |
| // Used for debugging differences between the LevelDB and SQLite back-end. |
| const char kSQLiteIndexedDatabase[] = "indexeddb-use-sqlite"; |