diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 22:03:28 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 22:03:28 +0000 |
commit | 46fe10d6c3cc0433626007f93c2b7784a2889ada (patch) | |
tree | 2c975142e629d1fe608da9004d18c3ed83502925 /base/base_switches.h | |
parent | ced5fafb09f492f5342a92e965f89a08d62f24d9 (diff) | |
download | chromium_src-46fe10d6c3cc0433626007f93c2b7784a2889ada.zip chromium_src-46fe10d6c3cc0433626007f93c2b7784a2889ada.tar.gz chromium_src-46fe10d6c3cc0433626007f93c2b7784a2889ada.tar.bz2 |
Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the
main project.
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/7053033
TBR=rvargas@google.com
Review URL: http://codereview.chromium.org/7076026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.h')
-rw-r--r-- | base/base_switches.h | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/base/base_switches.h b/base/base_switches.h index 3c70117..c261b4a 100644 --- a/base/base_switches.h +++ b/base/base_switches.h @@ -8,21 +8,19 @@ #define BASE_BASE_SWITCHES_H_ #pragma once -#include "base/base_api.h" - namespace switches { -BASE_API extern const char kDebugOnStart[]; -BASE_API extern const char kDisableBreakpad[]; -BASE_API extern const char kEnableDCHECK[]; -BASE_API extern const char kFullMemoryCrashReport[]; -BASE_API extern const char kLocalePak[]; -BASE_API extern const char kNoErrorDialogs[]; -BASE_API extern const char kNoMessageBox[]; -BASE_API extern const char kTestChildProcess[]; -BASE_API extern const char kV[]; -BASE_API extern const char kVModule[]; -BASE_API extern const char kWaitForDebugger[]; +extern const char kDebugOnStart[]; +extern const char kDisableBreakpad[]; +extern const char kEnableDCHECK[]; +extern const char kFullMemoryCrashReport[]; +extern const char kLocalePak[]; +extern const char kNoErrorDialogs[]; +extern const char kNoMessageBox[]; +extern const char kTestChildProcess[]; +extern const char kV[]; +extern const char kVModule[]; +extern const char kWaitForDebugger[]; } // namespace switches |