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

Unified Diff: base/test/test_suite.h

Issue 9477001: Allow callers of CommandLine::Init to know whether they were the first caller. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment clarification. Created 8 years, 10 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 | « base/command_line_unittest.cc ('k') | base/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.h
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index 4cf6857cfffc94986417c2eec76411df52bc6d46..0e91a147bde29e5dd6420cc04b303673be0839c5 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -87,6 +87,8 @@ class TestSuite {
// Basic initialization for the test suite happens here.
void PreInitialize(int argc, char** argv, bool create_at_exit_manager);
+ bool initialized_command_line_;
+
DISALLOW_COPY_AND_ASSIGN(TestSuite);
};
« no previous file with comments | « base/command_line_unittest.cc ('k') | base/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698