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

Unified Diff: chrome/browser/extensions/extension_system.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_system.cc
diff --git a/chrome/browser/extensions/extension_system.cc b/chrome/browser/extensions/extension_system.cc
index 117d9071a843807750736edfc6ef8136b0b9fcfa..0c2f1b34308de52fa9136c386d899785b66d847b 100644
--- a/chrome/browser/extensions/extension_system.cc
+++ b/chrome/browser/extensions/extension_system.cc
@@ -133,7 +133,7 @@ void ExtensionSystemImpl::Shared::Init(bool extensions_enabled) {
extension_service_.reset(new ExtensionService(
profile_,
CommandLine::ForCurrentProcess(),
- profile_->GetPath().AppendASCII(extensions::kInstallDirectoryName),
+ profile_->GetPath().AppendASCII(filenames::kInstallDirectoryName),
ExtensionPrefs::Get(profile_),
blacklist_.get(),
autoupdate_enabled,

Powered by Google App Engine
This is Rietveld 408576698