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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync to tip. Latest comments. Created 9 years, 3 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/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 51a6f185f40a1de32275b0a48e72d86a6975cef7..f53d38ab2181129ccffae6e0f7fece3c87360709 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -347,13 +347,10 @@ ExtensionService* TestingProfile::CreateExtensionService(
new ExtensionPrefs(GetPrefs(),
install_directory,
extension_pref_value_map_.get()));
- extension_settings_ =
- new ExtensionSettings(GetPath().AppendASCII("Extension Settings"));
extension_service_.reset(new ExtensionService(this,
command_line,
install_directory,
extension_prefs_.get(),
- extension_settings_.get(),
autoupdate_enabled,
true));
return extension_service_.get();

Powered by Google App Engine
This is Rietveld 408576698