Index: chrome/browser/supervised_user/supervised_user_service.h |
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h |
index e7ef2abbebddcbbc7028bb734cd5f681cd84e95e..0a8571c7b5be145826802e8cf3ee1cb9cda86361 100644 |
--- a/chrome/browser/supervised_user/supervised_user_service.h |
+++ b/chrome/browser/supervised_user/supervised_user_service.h |
@@ -91,7 +91,8 @@ |
// experimental "SafeSites" feature, or the empty string to disable the |
// feature. |
virtual std::string GetSafeSitesCx() const; |
- // TODO(treib): Unused, remove this! |
+ // Returns a custom Google API key to use for SafeSites, or the empty string |
+ // to use the default one. |
virtual std::string GetSafeSitesApiKey() const; |
}; |
@@ -229,7 +230,8 @@ |
void SetManualURLs(scoped_ptr<std::map<GURL, bool> > url_map); |
void InitAsyncURLChecker(net::URLRequestContextGetter* context, |
- const std::string& cx); |
+ const std::string& cx, |
+ const std::string& api_key); |
private: |
void OnBlacklistLoaded(); |