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

Unified Diff: content/public/common/content_switches.cc

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 side-by-side diff with in-line comments
Download patch
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";
« content/browser/gpu/gpu_data_manager.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698