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

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..749f64f20a531747babe4346432b5ad8d205dc0a 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{
Alexei Svitkine (slow) 2013/11/05 23:05:23 Nit: space before {
gab 2013/11/06 16:39:10 Interesting that presubmit didn't catch that... Do
+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

Powered by Google App Engine
This is Rietveld 408576698