Index: chrome/browser/protector/protector_service.h |
diff --git a/chrome/browser/protector/protector_service.h b/chrome/browser/protector/protector_service.h |
index 59ce7f0dfc3802db427f850ad660a3a942482123..7d0637d3541ac1c56237897615abe9071cfb1ea8 100644 |
--- a/chrome/browser/protector/protector_service.h |
+++ b/chrome/browser/protector/protector_service.h |
@@ -130,15 +130,6 @@ class ProtectorService : public ProfileKeyedService, |
DISALLOW_COPY_AND_ASSIGN(ProtectorService); |
}; |
-// 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); |
- |
-// Whether the Protector feature is enabled. |
-bool IsEnabled(); |
- |
} // namespace protector |
#endif // CHROME_BROWSER_PROTECTOR_PROTECTOR_SERVICE_H_ |