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

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: Created 4 years, 9 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 7c625867d67568a8719941efa7076b361da31621..abaa4b456a51bdf893bb015732edd715959524be 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/supervised_user_blacklist.h"
#include "chrome/browser/supervised_user/supervised_user_url_filter.h"
#include "chrome/browser/supervised_user/supervised_users.h"
@@ -35,7 +36,6 @@
#endif
class Browser;
-class FileDownloader;
class GoogleServiceAuthError;
class PermissionRequestCreator;
class Profile;
@@ -329,7 +329,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();

Powered by Google App Engine
This is Rietveld 408576698