summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 21:32:29 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 21:32:29 +0000
commitbd1ae7f270f3ada8b0a4c14073153e1240d26bff (patch)
tree461a16331f516b236775d02795d51c3ba814e334 /chrome/common/chrome_switches.h
parentf211055157a3a0e83018ed7dc6b3a9e18480f1ec (diff)
downloadchromium_src-bd1ae7f270f3ada8b0a4c14073153e1240d26bff.zip
chromium_src-bd1ae7f270f3ada8b0a4c14073153e1240d26bff.tar.gz
chromium_src-bd1ae7f270f3ada8b0a4c14073153e1240d26bff.tar.bz2
Load devtools files from resources.pak rather than from disk take 2.
This change merges devtools_resources.pak into resources.pak and puts the code to load files from disk behind a command line switch. If --debug-devtools is passed on the command line, we enable the code to load from disk (so the developer can make changes to the .js files without having to recompile or restart the browser). I also tried to make sure we no longer include the resources directory in release packages, but I probably missed something. This time, make sure to include the devtools_resources.pak in Chromium.app on OSX. BUG=35793 TBR=pfeldman Review URL: http://codereview.chromium.org/6708093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index c494151..deb8ffb 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -53,6 +53,7 @@ extern const char kCloudPrintProxyId[];
extern const char kCloudPrintServiceURL[];
extern const char kConflictingModulesCheck[];
extern const char kCountry[];
+extern const char kDebugDevTools[];
extern const char kDebugPrint[];
extern const char kDeviceManagementUrl[];
extern const char kDevicePolicyCacheDir[];