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

Unified Diff: chrome/browser/browsing_data/media_licenses_counter.h

Issue 2153863002: Move counters for passwords, history and autofill to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate_build_targets_in_components_bd
Patch Set: Addressed comments Created 4 years, 5 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/browsing_data/media_licenses_counter.h
diff --git a/chrome/browser/browsing_data/media_licenses_counter.h b/chrome/browser/browsing_data/media_licenses_counter.h
index 419f3dc84841bd41574d13b664566c648c9805e8..84656223493d0aafafdb91479c0871cbb616105b 100644
--- a/chrome/browser/browsing_data/media_licenses_counter.h
+++ b/chrome/browser/browsing_data/media_licenses_counter.h
@@ -38,6 +38,8 @@ class MediaLicensesCounter : public browsing_data::BrowsingDataCounter {
explicit MediaLicensesCounter(Profile* profile);
~MediaLicensesCounter() override;
+ const char* GetPrefName() const override;
+
private:
Profile* profile_;
« no previous file with comments | « chrome/browser/browsing_data/hosted_apps_counter.cc ('k') | chrome/browser/browsing_data/media_licenses_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698