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

Unified Diff: chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h

Issue 2740893002: Settings reset prompt: Enable the feature for fieldtrial testing. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h
diff --git a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h
index 7162a01ed1fe15f9534892d1d9732a0514d64115..39fe982ad131b79c1754a49b570cbdb6953a6572 100644
--- a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h
+++ b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h
@@ -65,6 +65,10 @@ class SettingsResetPromptConfig {
std::unordered_map<SHA256Hash, int, SHA256HashHasher> domain_hashes_;
// Other feature parameters.
+ //
+ // If you add any required feature parameters, make sure to update the field
+ // trial testing configuration for the "SettingsResetPrompt" feature in
+ // src/testing/variations/fieldtrial_testing_config.json
base::TimeDelta delay_before_prompt_;
int prompt_wave_ = 0;
base::TimeDelta time_between_prompts_;
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698