Chromium Code Reviews| Index: chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h |
| diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h |
| index 732137017792133c3435e04337a6f7761a97c3f4..0236bca599483ac6918cae2ececaf64fbd47610f 100644 |
| --- a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h |
| +++ b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h |
| @@ -67,7 +67,8 @@ class AutomaticProfileResetterDelegate { |
| // Returns attributes of the search engine currently set as the default (or |
| // an empty dictionary if there is none). |
| // The returned attributes correspond in meaning and format to the user |
| - // preferences stored by TemplateURLService::SaveDefaultSearchProviderToPrefs, |
| + // preferences stored by |
| + // TemplateURLService::SaveDefaultSearchProviderToLegacyPrefs, |
| // and will be named after the second path name segment of the respective |
|
engedy
2014/05/05 23:06:39
Please update the rest of this comment to reflect
erikwright (departed)
2014/05/07 22:26:46
To the best of my knowledge, it's now an identical
|
| // preference (i.e. the part after "default_search_provider."). |
| // Note that: |