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

Unified Diff: extensions/browser/null_app_sorting.h

Issue 1254363004: Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing include Created 5 years, 4 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 | « extensions/browser/mock_extension_system.cc ('k') | extensions/browser/null_app_sorting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/null_app_sorting.h
diff --git a/extensions/browser/null_app_sorting.h b/extensions/browser/null_app_sorting.h
index 6bd663e2c4bc4fc81844fe2d6bd1e38ee96ad107..7a1ffae00549a61f97aae556226d80889fc460a2 100644
--- a/extensions/browser/null_app_sorting.h
+++ b/extensions/browser/null_app_sorting.h
@@ -18,9 +18,6 @@ class NullAppSorting : public AppSorting {
~NullAppSorting() override;
// AppSorting overrides:
- void SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) override;
- void CheckExtensionScopedPrefs() const override;
- void Initialize(const ExtensionIdList& extension_ids) override;
void FixNTPOrdinalCollisions() override;
void EnsureValidOrdinals(
const std::string& extension_id,
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/browser/null_app_sorting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698