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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 2821123002: Differentiate new permissions from old in extension permission update bubble (Closed)
Patch Set: Created 3 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: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 815f383cd1eb2ba2e89b726b7001c34882bb7f65..09961920743e7014f12e32422bd0055b10f74024 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -202,6 +202,8 @@ class ExtensionService
~ExtensionService() override;
+ extensions::ExtensionPrefs* extension_prefs() { return extension_prefs_; }
Devlin 2017/04/19 19:18:33 We should probably just let folks get ExtensionPre
catmullings 2017/04/20 02:01:59 Done.
+
// ExtensionServiceInterface implementation.
//
// NOTE: Many of these methods are DEPRECATED. See the interface for details.

Powered by Google App Engine
This is Rietveld 408576698