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

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

Issue 6293006: Allow relative paths to external extension files for some providers, error out for others. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Tested registry install on windows. Created 9 years, 11 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_service.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index f71cae03479cb5d638a77f63463ff31285c0c85d..b46753d553ec9539c9853ca3c2f15cb1ba68f92d 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -407,10 +407,10 @@ bool ExtensionService::UninstallExtensionHelper(
}
ExtensionService::ExtensionService(Profile* profile,
- const CommandLine* command_line,
- const FilePath& install_directory,
- ExtensionPrefs* extension_prefs,
- bool autoupdate_enabled)
+ const CommandLine* command_line,
+ const FilePath& install_directory,
+ ExtensionPrefs* extension_prefs,
+ bool autoupdate_enabled)
: profile_(profile),
extension_prefs_(extension_prefs),
install_directory_(install_directory),

Powered by Google App Engine
This is Rietveld 408576698