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

Unified Diff: base/command_line.h

Issue 3549023: CommandLine: deprecate another function on non-Windows (Closed)
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') | 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 9cad0f1db455c5802e545e37b7995ca65fbdda12..31c0f5fd5cb9f153a8254da27187a2d2247bf65b 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -162,9 +162,9 @@ class CommandLine {
// APIs that work with wstrings are deprecated.
// TODO(evanm): remove all of these.
- std::wstring program() const;
#if defined(OS_WIN)
// Deprecated on non-Windows.
+ std::wstring program() const;
viettrungluu 2010/10/07 00:28:38 Where is this used in Windows code anyway? (And ma
bool HasSwitch(const std::wstring& switch_string) const;
#endif
« 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