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

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: fix include that caused android build failure 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..d191d380e301e33bd0616f2fe22513a22bb3bd35 100644
--- a/chrome/common/metrics/variations/variations_associated_data.h
+++ b/chrome/common/metrics/variations/variations_associated_data.h
@@ -137,13 +137,15 @@ bool GetVariationParams(const std::string& trial_name,
std::string GetVariationParamValue(const std::string& trial_name,
const std::string& param_name);
-// Expose some functions for testing. These functions just wrap functionality
-// that is implemented above.
+// Expose some functions for testing.
namespace testing {
// Clears all of the mapped associations.
void ClearAllVariationIDs();
+// Clears all of the associated params.
+void ClearAllVariationParams();
+
} // namespace testing
} // namespace chrome_variations
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial_unittest.cc ('k') | chrome/common/metrics/variations/variations_associated_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698