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

Unified Diff: extensions/browser/null_app_sorting.cc

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/null_app_sorting.h ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/null_app_sorting.cc
diff --git a/extensions/browser/null_app_sorting.cc b/extensions/browser/null_app_sorting.cc
index 633bfc7822c558a8a225f0a28f7ce361f1e2a3ee..6161d5d81dcb1ee110164c8d5970c8da94a75051 100644
--- a/extensions/browser/null_app_sorting.cc
+++ b/extensions/browser/null_app_sorting.cc
@@ -23,15 +23,6 @@ NullAppSorting::NullAppSorting() {
NullAppSorting::~NullAppSorting() {
}
-void NullAppSorting::SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) {
-}
-
-void NullAppSorting::CheckExtensionScopedPrefs() const {
-}
-
-void NullAppSorting::Initialize(const ExtensionIdList& extension_ids) {
-}
-
void NullAppSorting::FixNTPOrdinalCollisions() {
}
« no previous file with comments | « extensions/browser/null_app_sorting.h ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698