| 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 a2676ec50eff9b176b099b58d323239a167370dc..ffdaab651fd55698cbab41e1aeee42b7a19104c5 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
|
| @@ -19,15 +19,12 @@ class GURL;
|
|
|
| namespace safe_browsing {
|
|
|
| -// Exposed for testing.
|
| extern const base::Feature kSettingsResetPrompt;
|
|
|
| // Encapsulates the state of the reset prompt experiment as well as
|
| // associated data.
|
| class SettingsResetPromptConfig {
|
| public:
|
| - // Returns true if the settings reset prompt study is enabled.
|
| - static bool IsPromptEnabled();
|
| // Factory method for creating instances of SettingsResetPromptConfig.
|
| // Returns nullptr if |IsPromptEnabled()| is false or if something is wrong
|
| // with the config parameters.
|
|
|