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

Unified Diff: base/command_line.h

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
« no previous file with comments | « no previous file | 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 802fa0f59136361c5f269177802c7cda10a91a9b..3b15e936559e03d85094aec600fb23733585de5c 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -79,8 +79,7 @@ class BASE_API CommandLine {
// Constructs and returns the represented command line string.
// CAUTION! This should be avoided because quoting behavior is unclear.
- // TODO(msw): Rename GetCommandLineString.
- StringType command_line_string() const;
+ StringType GetCommandLineString() const;
// Returns the original command line string as a vector of strings.
const StringVector& argv() const { return argv_; }
« no previous file with comments | « no previous file | base/command_line.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698