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

Unified Diff: chrome/common/metrics/variations/variations_associated_data.h

Issue 22031002: Omnibox: Create DemoteByType Experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve Created 7 years, 4 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/metrics/variations/variations_associated_data.h
diff --git a/chrome/common/metrics/variations/variations_associated_data.h b/chrome/common/metrics/variations/variations_associated_data.h
index 182b66b4c810b923c87b97829c1218d86c72339d..67d2290db7fd19dc419a5b28f31a99974bad39c9 100644
--- a/chrome/common/metrics/variations/variations_associated_data.h
+++ b/chrome/common/metrics/variations/variations_associated_data.h
@@ -144,6 +144,9 @@ namespace testing {
// Clears all of the mapped associations.
void ClearAllVariationIDs();
+// Clears all of the associated params.
+void ClearAllVariationParams();
+
} // namespace testing
} // namespace chrome_variations

Powered by Google App Engine
This is Rietveld 408576698