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

Unified Diff: base/command_line.h

Issue 18174006: Allow tracing to console everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 5 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/base_switches.cc ('k') | base/command_line.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/command_line.h
diff --git a/base/command_line.h b/base/command_line.h
index aebda06fcdda1b9a606d85ef3504826a3c2b2a35..ed46c4f0d13c34778d390e86827b8e6db307d186 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -72,6 +72,9 @@ class BASE_EXPORT CommandLine {
// only mutate if you know what you're doing!
static CommandLine* ForCurrentProcess();
+ // Returns true if the CommandLine has been initialized for the given process.
+ static bool InitializedForCurrentProcess();
+
#if defined(OS_WIN)
static CommandLine FromString(const std::wstring& command_line);
#endif
« no previous file with comments | « base/base_switches.cc ('k') | base/command_line.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698