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

Unified Diff: extensions/browser/null_app_sorting.h

Issue 1055453007: Added CHECKs for null pointers in ChromeAppSorting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: extensions/browser/null_app_sorting.h
diff --git a/extensions/browser/null_app_sorting.h b/extensions/browser/null_app_sorting.h
index f3b069b2092e70f0d89c815733d744f548706eb9..5f09e287d02c7392e0c8feda7d6b67ad340d0f23 100644
--- a/extensions/browser/null_app_sorting.h
+++ b/extensions/browser/null_app_sorting.h
@@ -19,6 +19,7 @@ class NullAppSorting : public AppSorting {
// AppSorting overrides:
void SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) override;
+ void CheckExtensionScopedPrefs() const override;
void SetExtensionSyncService(
ExtensionSyncService* extension_sync_service) override;
void Initialize(const ExtensionIdList& extension_ids) override;

Powered by Google App Engine
This is Rietveld 408576698