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

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

Issue 1851803002: [NTP Popular Sites] Store country/version in prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 8 months 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_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
index 353d58691d837463eca36ef467e02a60390319ec..e9310a1c53523001c04065cbf8e6a5a9a243f498 100644
--- a/chrome/browser/supervised_user/supervised_user_service.h
+++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -20,6 +20,7 @@
#include "base/scoped_observer.h"
#include "base/strings/string16.h"
#include "build/build_config.h"
+#include "chrome/browser/net/file_downloader.h"
#include "chrome/browser/supervised_user/experimental/safe_search_url_reporter.h"
#include "chrome/browser/supervised_user/experimental/supervised_user_blacklist.h"
#include "chrome/browser/supervised_user/supervised_user_url_filter.h"
@@ -36,7 +37,6 @@
#endif
class Browser;
-class FileDownloader;
class GoogleServiceAuthError;
class PermissionRequestCreator;
class Profile;
@@ -336,7 +336,8 @@ class SupervisedUserService : public KeyedService,
// it to the URL filters.
void LoadBlacklistFromFile(const base::FilePath& path);
- void OnBlacklistDownloadDone(const base::FilePath& path, bool success);
+ void OnBlacklistDownloadDone(const base::FilePath& path,
+ FileDownloader::Result result);
void OnBlacklistLoaded();
« no previous file with comments | « chrome/browser/resources/popular_sites_internals.js ('k') | chrome/browser/supervised_user/supervised_user_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698