summaryrefslogtreecommitdiff
path: root/chromium/base/command_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/command_line.h')
-rw-r--r--chromium/base/command_line.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/base/command_line.h b/chromium/base/command_line.h
index 6927e3e3413..afa0fdc5c09 100644
--- a/chromium/base/command_line.h
+++ b/chromium/base/command_line.h
@@ -77,6 +77,8 @@ class BASE_EXPORT CommandLine {
static void InitUsingArgvForTesting(int argc, const char* const* argv);
#endif
+ static bool CreateEmpty();
+
// Initialize the current process CommandLine singleton. On Windows, ignores
// its arguments (we instead parse GetCommandLineW() directly) because we
// don't trust the CRT's parsing of the command line, but it still must be