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

Unified Diff: chrome/installer/util/install_util.h

Issue 6533009: Switch from wcsftime to GetDateFormat to avoid crash in setup.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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/installer/util/install_util.h
===================================================================
--- chrome/installer/util/install_util.h (revision 74952)
+++ chrome/installer/util/install_util.h (working copy)
@@ -112,6 +112,9 @@
const std::wstring& arguments,
CommandLine* command_line);
+ // Returns a string in the form YYYYMMDD of the current date.
+ static std::wstring GetCurrentDate();
+
private:
DISALLOW_COPY_AND_ASSIGN(InstallUtil);
};

Powered by Google App Engine
This is Rietveld 408576698