diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-08 02:19:34 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-08 02:19:34 +0000 |
commit | 67e76874e36f1be9c66f2c5f9a399741be959e5c (patch) | |
tree | 2e58b662161fb4925e8371415e9a689f6c657727 /chrome/common/chrome_switches.h | |
parent | 7d51123031f2ecfe082cb95947ce37351b3733e1 (diff) | |
download | chromium_src-67e76874e36f1be9c66f2c5f9a399741be959e5c.zip chromium_src-67e76874e36f1be9c66f2c5f9a399741be959e5c.tar.gz chromium_src-67e76874e36f1be9c66f2c5f9a399741be959e5c.tar.bz2 |
Move kEnableNaClDebug to nacl_switches.
This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/18145011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 4dc7619..f1b9f9a 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -169,7 +169,6 @@ extern const char kEnableManagedUsers[]; extern const char kEnableMemoryInfo[]; extern const char kEnableMetricsReportingForTesting[]; extern const char kEnableNaCl[]; -extern const char kEnableNaClDebug[]; extern const char kEnableNetBenchmarking[]; extern const char kEnableNpn[]; extern const char kEnableNpnHttpOnly[]; |