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

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

Issue 11336036: Dummy dev_environment component app (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed broken RTL test Created 8 years, 1 month 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/apps_debugger/background.js » ('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 c0bbcf7d93510416570048d2fbdf2739eb6a76a8..5a8fcca060dea0bf5af2bcd30dabcb81c3aaaff7 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -328,6 +328,10 @@ void ComponentLoader::AddDefaultComponentExtensions() {
Add(IDR_BOOKMARKS_MANIFEST, FilePath(FILE_PATH_LITERAL("bookmark_manager")));
#endif
+// Apps Debugger
+Add(IDR_APPS_DEBUGGER_MANIFEST,
+ FilePath(FILE_PATH_LITERAL("apps_debugger")));
+
#if defined(OS_CHROMEOS)
Add(IDR_WALLPAPERMANAGER_MANIFEST,
FilePath(FILE_PATH_LITERAL("chromeos/wallpaper_manager")));
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/apps_debugger/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698