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

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

Issue 2144313002: Plumbing for login apps device policy to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 3 years, 10 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/test_extension_prefs.h
diff --git a/chrome/browser/extensions/test_extension_prefs.h b/chrome/browser/extensions/test_extension_prefs.h
index ce9cbdeb246cfea34a4555c2b22e7b25f3dc7775..da8752f9b6c96a669aeaa4d7326666a63a295be3 100644
--- a/chrome/browser/extensions/test_extension_prefs.h
+++ b/chrome/browser/extensions/test_extension_prefs.h
@@ -93,6 +93,8 @@ class TestExtensionPrefs {
ChromeAppSorting* app_sorting();
+ TestingProfile* profile() { return &profile_; }
+
protected:
base::ScopedTempDir temp_dir_;
base::FilePath preferences_file_;

Powered by Google App Engine
This is Rietveld 408576698