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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6708093: Load devtools files from resources.pak rather than from disk take 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grd change to force rules to run 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/unit/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f0a9056068b33064b06b0d9220503dc9cca00cc7..000e96c7e161633d59dddf998331a1f30e52045f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -77,7 +77,7 @@ const char kAuthSchemes[] = "auth-schemes";
// Whitelist of servers which NTLM and Negotiate can automatically authenticate
// with using the default credentials of the currently logged in user.
-const char kAuthServerWhitelist[] = "auth-server-whitelist";
+const char kAuthServerWhitelist[] = "auth-server-whitelist";
// The value of this switch tells the app to listen for and broadcast
// automation-related messages on IPC channel with the given ID.
@@ -136,6 +136,10 @@ const char kConflictingModulesCheck[] = "conflicting-modules-check";
// string value, the 2 letter code from ISO 3166-1.
const char kCountry[] = "country";
+// If enabled, tries to load inspector files from disk (allows reloading of
+// devtool files without having to restart the browser).
+const char kDebugDevTools[] = "debug-devtools";
+
// Enables support to debug printing subsystem.
const char kDebugPrint[] = "debug-print";
@@ -240,10 +244,10 @@ const char kDisableHangMonitor[] = "disable-hang-monitor";
const char kDisableHistoryQuickProvider[] = "disable-history-quick-provider";
// Disable the use of the HistoryURLProvider for autocomplete results.
-const char kDisableHistoryURLProvider[] = "disable-history-url-provider";
+const char kDisableHistoryURLProvider[] = "disable-history-url-provider";
// Disable the Indexed Database API.
-const char kDisableIndexedDatabase[] = "disable-indexed-database";
+const char kDisableIndexedDatabase[] = "disable-indexed-database";
// Disables HTML5 Forms interactive validation.
const char kDisableInteractiveFormValidation[] =
@@ -390,7 +394,7 @@ extern const char kLogNetLog[] = "log-net-log";
const char kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas";
// Enables the hardware acceleration of plugins.
-const char kEnableAcceleratedPlugins[] = "enable-accelerated-plugins";
+const char kEnableAcceleratedPlugins[] = "enable-accelerated-plugins";
// Enables WebKit accessibility within the renderer process.
const char kEnableAccessibility[] = "enable-accessibility";
@@ -422,7 +426,7 @@ const char kEnableClientSidePhishingInterstitial[] =
const char kEnableClearServerData[] = "enable-clear-server-data";
// Enable click-to-play for blocked plug-ins.
-const char kEnableClickToPlay[] = "enable-click-to-play";
+const char kEnableClickToPlay[] = "enable-click-to-play";
// This applies only when the process type is "service". Enables the
// Cloud Print Proxy component within the service process.
@@ -627,7 +631,7 @@ const char kForceFieldTestNameAndValue[] = "force-fieldtest";
// Force renderer accessibility to be on instead of enabling it on demand when
// a screen reader is detected. The disable-renderer-accessibility switch
// overrides this if present.
-const char kForceRendererAccessibility[] = "force-renderer-accessibility";
+const char kForceRendererAccessibility[] = "force-renderer-accessibility";
// Specifies a custom name for the GSSAPI library to load.
const char kGSSAPILibraryName[] = "gssapi-library-name";
@@ -790,7 +794,7 @@ const char kNoStartupWindow[] = "no-startup-window";
// Show a desktop notification that the cloud print token has expired and
// that user needs to re-authenticate.
-const char kNotifyCloudPrintTokenExpired[] = "notify-cp-token-expired";
+const char kNotifyCloudPrintTokenExpired[] = "notify-cp-token-expired";
// Specifies the maximum number of threads to use for running the Proxy
// Autoconfig (PAC) script.
@@ -1001,7 +1005,7 @@ const char kSyncServiceURL[] = "sync-url";
const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
// Use new experimental SyncerThread implementation and friends.
-const char kNewSyncerThread[] = "new-syncer-thread";
+const char kNewSyncerThread[] = "new-syncer-thread";
// Pass the name of the current running automated test to Chrome.
const char kTestName[] = "test-name";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/unit/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698