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

Unified Diff: chrome/common/pref_names.h

Issue 10343007: Retrieving Chrome Variations seed from server and storing in local prefs. Loading seed data from lo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index e82cdf4af709ebcde912a74563eb726114e5dd32..996fc668a081f4af613ab8b8a09342793d443d32 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -693,6 +693,8 @@ extern const char kRailStartProportion[];
extern const char kInManagedMode[];
+extern const char kVariationsSeed[];
Ilya Sherman 2012/05/02 23:15:08 nit: Please group this with the other metrics cons
jwd 2012/05/03 22:27:49 Done.
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698