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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm

Issue 5915004: Introduce incognito preference settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 10 years 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/ui/cocoa/extensions/extension_popup_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
index 992dd2c35bea6c71076bf576585ad057845bbf2f..4113e5918c618436fdcf14a19d79855df70ee0fd 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm
@@ -30,8 +30,10 @@ class ExtensionTestingProfile : public TestingProfile {
manager_.reset(ExtensionProcessManager::Create(this));
ExtensionPrefStore* pref_store = new ExtensionPrefStore;
extension_prefs_.reset(new ExtensionPrefs(GetPrefs(),
+ NULL,
Mattias Nissler (ping if slow) 2010/12/22 12:09:03 Is this safe?
battre 2010/12/22 18:34:53 Yes. The Popup Controller unittest does not requir
GetExtensionsInstallDir(),
- pref_store));
+ pref_store,
+ NULL));
service_ = new ExtensionService(this,
CommandLine::ForCurrentProcess(),
GetExtensionsInstallDir(),

Powered by Google App Engine
This is Rietveld 408576698