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

Unified Diff: chrome/browser/web_resource/eula_accepted_notifier.h

Issue 739173002: Remove dependencies of ResourceRequestAllowedNotifier on chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and cleanup 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/web_resource/eula_accepted_notifier.h
diff --git a/chrome/browser/web_resource/eula_accepted_notifier.h b/chrome/browser/web_resource/eula_accepted_notifier.h
index ec4d81506ca8878871d26425b1528fafa175a4d6..cd641261d662c41123e8775fe1aa8f98ff027f4c 100644
--- a/chrome/browser/web_resource/eula_accepted_notifier.h
+++ b/chrome/browser/web_resource/eula_accepted_notifier.h
@@ -33,7 +33,7 @@ class EulaAcceptedNotifier {
virtual bool IsEulaAccepted();
// Factory method for this class.
- static EulaAcceptedNotifier* Create();
+ static EulaAcceptedNotifier* Create(PrefService* local_state);
protected:
// Notifies the observer that the EULA has been updated, made protected for
« no previous file with comments | « chrome/browser/translate/translate_service.cc ('k') | chrome/browser/web_resource/eula_accepted_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698