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

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

Issue 292683002: Remove --echo-ext-path flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index 99129d8cb5d6462731be9853019ede3c714dc399..dd42862d51f82eadf6abfc67f17efe632038ef4d 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -509,13 +509,8 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
}
#endif // defined(GOOGLE_CHROME_BUILD)
- base::FilePath echo_extension_path(FILE_PATH_LITERAL(
- "/usr/share/chromeos-assets/echo"));
- if (command_line->HasSwitch(chromeos::switches::kEchoExtensionPath)) {
- echo_extension_path = command_line->GetSwitchValuePath(
- chromeos::switches::kEchoExtensionPath);
- }
- Add(IDR_ECHO_MANIFEST, echo_extension_path);
+ Add(IDR_ECHO_MANIFEST,
+ base::FilePath(FILE_PATH_LITERAL("/usr/share/chromeos-assets/echo")));
if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) {
Add(IDR_WALLPAPERMANAGER_MANIFEST,
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698