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

Unified Diff: chrome/browser/extensions/updater/chrome_update_client_config.h

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up BUILD.gn. 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/extensions/updater/chrome_update_client_config.h
diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.h b/chrome/browser/extensions/updater/chrome_update_client_config.h
index 36318c5120d179b8d5169381fdf912e9f7dcebb9..9d9cacdd1af2ea962fc9beceb9b4b00fe1e0fc92 100644
--- a/chrome/browser/extensions/updater/chrome_update_client_config.h
+++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
@@ -13,6 +13,12 @@
#include "components/component_updater/configurator_impl.h"
#include "extensions/browser/updater/update_client_config.h"
+class PrefService;
asargent_no_longer_on_chrome 2016/04/07 23:07:25 You should already get this from the extensions/br
waffles 2016/04/07 23:22:24 Done.
+
+namespace base {
+class FilePath;
+}
asargent_no_longer_on_chrome 2016/04/07 23:07:25 do you still need this FilePath declaration?
waffles 2016/04/07 23:22:24 Done.
+
namespace content {
class BrowserContext;
}
@@ -43,6 +49,7 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
bool DeltasEnabled() const override;
bool UseBackgroundDownloader() const override;
bool UseCupSigning() const override;
+ PrefService* GetPrefService() const override;
protected:
friend class base::RefCountedThreadSafe<ChromeUpdateClientConfig>;

Powered by Google App Engine
This is Rietveld 408576698