| Index: chrome/browser/protector/protector.h
|
| diff --git a/chrome/browser/protector/protector.h b/chrome/browser/protector/protector.h
|
| index c508d73aa022d3a90a6baca5cdb3757e9332d155..9ef51427344b5932d864378276c45c39dbe52d23 100644
|
| --- a/chrome/browser/protector/protector.h
|
| +++ b/chrome/browser/protector/protector.h
|
| @@ -68,6 +68,9 @@ class Protector : public SettingsChangeGlobalErrorDelegate {
|
| // Signs string value with protector's key.
|
| std::string SignSetting(const std::string& value);
|
|
|
| +// Returns true if the signature is valid for the specified key.
|
| +bool IsSettingValid(const std::string& value, const std::string& signature);
|
| +
|
| } // namespace protector
|
|
|
| #endif // CHROME_BROWSER_PROTECTOR_PROTECTOR_H_
|
|
|