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

Unified Diff: chrome/app/chrome_main.cc

Issue 7386002: Rename CommandLine::GetCommandLineString(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 9 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
Index: chrome/app/chrome_main.cc
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
index 79fcc62bf0179d4b7e9f72b6e509b40504e23469..d3b19e08222f88c0fad2266140f77ec82f5888c2 100644
--- a/chrome/app/chrome_main.cc
+++ b/chrome/app/chrome_main.cc
@@ -600,7 +600,7 @@ int ChromeMain(int argc, char** argv) {
#if defined(OS_WIN)
// Must do this before any other usage of command line!
- if (HasDeprecatedArguments(command_line.command_line_string()))
+ if (HasDeprecatedArguments(command_line.GetCommandLineString()))
return 1;
#endif

Powered by Google App Engine
This is Rietveld 408576698