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

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

Issue 10382149: Refactor the various ways to control what users can do to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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_unittest.h
===================================================================
--- chrome/browser/extensions/extension_service_unittest.h (revision 138227)
+++ chrome/browser/extensions/extension_service_unittest.h (working copy)
@@ -57,6 +57,7 @@
FilePath data_dir_;
// Managed by ExtensionSystemFactory.
ExtensionService* service_;
+ extensions::ManagementPolicy* management_policy_;
size_t expected_extensions_count_;
content::TestBrowserThread ui_thread_;
content::TestBrowserThread db_thread_;

Powered by Google App Engine
This is Rietveld 408576698