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

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

Issue 23579003: GCAPI should append to the existing experiment_labels instead of clobbering them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review++ Created 7 years, 1 month 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/google_update_experiment_util.h
diff --git a/chrome/installer/util/google_update_experiment_util.h b/chrome/installer/util/google_update_experiment_util.h
index 33d542f3209c66ccd18fac21d18fcee0e493631a..b9898b32f45770c3e35efa0a8780fdcfbb34290c 100644
--- a/chrome/installer/util/google_update_experiment_util.h
+++ b/chrome/installer/util/google_update_experiment_util.h
@@ -7,11 +7,15 @@
#include "base/strings/string16.h"
+namespace base {
+class Time;
+}
+
namespace installer {
// Constructs a date string in the format understood by Google Update for the
-// current time plus one year.
-string16 BuildExperimentDateString();
+// |current_time| plus one year.
+string16 BuildExperimentDateString(const base::Time& current_time);
} // namespace installer
« no previous file with comments | « chrome/installer/util/google_update_constants.cc ('k') | chrome/installer/util/google_update_experiment_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698