Index: chrome/installer/util/install_util.h |
=================================================================== |
--- chrome/installer/util/install_util.h (revision 75311) |
+++ chrome/installer/util/install_util.h (working copy) |
@@ -107,6 +107,9 @@ |
// Returns zero on install success, or an InstallStatus value otherwise. |
static int GetInstallReturnCode(installer::InstallStatus install_status); |
+ // Returns a string in the form YYYYMMDD of the current date. |
+ static std::wstring GetCurrentDate(); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(InstallUtil); |
}; |