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

Unified Diff: base/command_line.h

Issue 3817001: CommandLine: remove wstring-based program() accessor (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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') | base/command_line_unittest.cc » ('J')
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 31c0f5fd5cb9f153a8254da27187a2d2247bf65b..ec8714fd9b3055527352ebd7a02aafff85f6f512 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -164,7 +164,6 @@ class CommandLine {
// TODO(evanm): remove all of these.
#if defined(OS_WIN)
// Deprecated on non-Windows.
- std::wstring program() const;
bool HasSwitch(const std::wstring& switch_string) const;
#endif
« no previous file with comments | « no previous file | base/command_line.cc » ('j') | base/command_line_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698