summaryrefslogtreecommitdiffstats
path: root/base/test/test_switches.h
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 20:36:33 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 20:36:33 +0000
commitfe992bf04826c6f7a067704a2fa117eda813d0fa (patch)
tree169cc41bb183542dbe526f6814c4d79fce6c7867 /base/test/test_switches.h
parentc9236ae784665dc4583e3c98a2b6c0280c21c8bd (diff)
downloadchromium_src-fe992bf04826c6f7a067704a2fa117eda813d0fa.zip
chromium_src-fe992bf04826c6f7a067704a2fa117eda813d0fa.tar.gz
chromium_src-fe992bf04826c6f7a067704a2fa117eda813d0fa.tar.bz2
Revert 144488 - For unit tests, track additions to AtExitManager and warn.
While trying to bullet proof a unit test, I had trouble getting very far when running all tests in shuffle mode. Tracked that back to a few other tests doing stuff that accessed Singleton()s outside of a test-scoped ShadowingAtExitManager. Seemed to me that should be an invariant around any unit test, so created this towards that end, hopefully helping stabilize out unit_tests a bit more. BUG=133403 Review URL: https://chromiumcodereview.appspot.com/10582012 TBR=scottbyer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/test/test_switches.h')
-rw-r--r--base/test/test_switches.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/test/test_switches.h b/base/test/test_switches.h
index 999c931..a5665d4 100644
--- a/base/test/test_switches.h
+++ b/base/test/test_switches.h
@@ -9,8 +9,6 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kSingleProcessChromeFlag[];
-extern const char kSingleProcessTestsFlag[];
extern const char kTestLargeTimeout[];
extern const char kTestTinyTimeout[];
extern const char kUiTestActionTimeout[];