| 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
 | 
| 
 |