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

Unified Diff: chrome/browser/extensions/extension_prefs_factory.cc

Issue 19547009: Move ".crx"/".pem" constants and extension_filenames constants into extensions/common/constants.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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_prefs_factory.cc
diff --git a/chrome/browser/extensions/extension_prefs_factory.cc b/chrome/browser/extensions/extension_prefs_factory.cc
index 9b8a2d42462a9b69d5aff17024a0646483717311..5b7892203d6bf1ec611ea249a8042de426818131 100644
--- a/chrome/browser/extensions/extension_prefs_factory.cc
+++ b/chrome/browser/extensions/extension_prefs_factory.cc
@@ -51,7 +51,7 @@ BrowserContextKeyedService* ExtensionPrefsFactory::BuildServiceInstanceFor(
CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableExtensions);
return ExtensionPrefs::Create(
profile->GetPrefs(),
- profile->GetPath().AppendASCII(extensions::kInstallDirectoryName),
+ profile->GetPath().AppendASCII(filenames::kInstallDirectoryName),
ExtensionPrefValueMapFactory::GetForProfile(profile),
extensions_disabled);
}

Powered by Google App Engine
This is Rietveld 408576698