Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: chrome/browser/supervised_user/supervised_user_url_filter.h

Issue 690423003: Supervised user SafeSites: Expose & use API key from src-internal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/supervised_user/supervised_user_url_filter.h
diff --git a/chrome/browser/supervised_user/supervised_user_url_filter.h b/chrome/browser/supervised_user/supervised_user_url_filter.h
index 91ae4489857e591cbbac16549e2bdbea258054c3..154c6f95db743117c5b45551409260eaffa1a6f9 100644
--- a/chrome/browser/supervised_user/supervised_user_url_filter.h
+++ b/chrome/browser/supervised_user/supervised_user_url_filter.h
@@ -144,8 +144,7 @@ class SupervisedUserURLFilter
// Initializes the experimental asynchronous checker.
// |cx| is the identifier of the Custom Search Engine to use.
void InitAsyncURLChecker(net::URLRequestContextGetter* context,
- const std::string& cx,
- const std::string& api_key);
+ const std::string& cx);
// Returns whether the asynchronous checker is set up.
bool HasAsyncURLChecker() const;

Powered by Google App Engine
This is Rietveld 408576698