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); |
}; |