diff options
Diffstat (limited to 'chrome/browser/protector/protected_prefs_watcher.h')
-rw-r--r-- | chrome/browser/protector/protected_prefs_watcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/protector/protected_prefs_watcher.h b/chrome/browser/protector/protected_prefs_watcher.h index 979ca44..46cf5ca 100644 --- a/chrome/browser/protector/protected_prefs_watcher.h +++ b/chrome/browser/protector/protected_prefs_watcher.h @@ -75,9 +75,9 @@ class ProtectedPrefsWatcher : public content::NotificationObserver { // Migrates backup if it is an older version. void MigrateOldBackupIfNeeded(); - // Updates the backup утекн for |pref_name| and кeturns |true| if the - // backup has changed. - bool UpdateBackupEntry(const std::string& pref_name); + // Updates the backup entry for |path| and returns |true| if the backup has + // changed. + bool UpdateBackupEntry(const std::string& path); // Perform a check that backup is valid and settings have not been modified. void ValidateBackup(); |