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

Unified Diff: chrome/browser/budget_service/budget_manager.h

Issue 2682073002: Removing old prefs storage for BudgetManager (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/budget_service/budget_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/budget_service/budget_manager.h
diff --git a/chrome/browser/budget_service/budget_manager.h b/chrome/browser/budget_service/budget_manager.h
index 0f09631f7e8e5d253fb9ae0a2cb7209f6f90def1..708648f83518952889eefe4ecc7489c96fb934be 100644
--- a/chrome/browser/budget_service/budget_manager.h
+++ b/chrome/browser/budget_service/budget_manager.h
@@ -16,10 +16,6 @@
class Profile;
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
namespace url {
class Origin;
}
@@ -33,8 +29,6 @@ class BudgetManager : public KeyedService {
explicit BudgetManager(Profile* profile);
~BudgetManager() override;
- static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
// Query for the base cost for any background processing.
static double GetCost(blink::mojom::BudgetOperationType type);
« no previous file with comments | « no previous file | chrome/browser/budget_service/budget_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698