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

Unified Diff: extensions/browser/null_app_sorting.cc

Issue 1055453007: Added CHECKs for null pointers in ChromeAppSorting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CHECK(this) just to make sure that ExtensionPrefs is non-null. Created 5 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
« no previous file with comments | « extensions/browser/null_app_sorting.h ('k') | no next file » | 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 384f5b14a60c353e1bda3ecf42e0cdfe43f3071d..855de55dc4a124cc21176995fb2e4e082a1136b9 100644
--- a/extensions/browser/null_app_sorting.cc
+++ b/extensions/browser/null_app_sorting.cc
@@ -26,6 +26,9 @@ NullAppSorting::~NullAppSorting() {
void NullAppSorting::SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) {
}
+void NullAppSorting::CheckExtensionScopedPrefs() const {
+}
+
void NullAppSorting::SetExtensionSyncService(
ExtensionSyncService* extension_sync_service) {
}
« no previous file with comments | « extensions/browser/null_app_sorting.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698