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

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

Issue 285373015: Gallery.app: Replace the existing gallery with the new separated gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gallery tests. 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
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..bad39626f6f40d66aed312bbe5f37e2facd66044 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -296,7 +296,9 @@ void ComponentLoader::AddVideoPlayerExtension() {
}
void ComponentLoader::AddGalleryExtension() {
- // TODO(hirono): Disable the new experimental gallery in M36 temporarily.
+#if defined(OS_CHROMEOS)
+ Add(IDR_GALLERY_MANIFEST, base::FilePath(FILE_PATH_LITERAL("gallery")));
+#endif
}
void ComponentLoader::AddHangoutServicesExtension() {

Powered by Google App Engine
This is Rietveld 408576698