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

Unified Diff: chrome/browser/resources/file_manager/manifest.json

Issue 8799006: Replace the Slideshow with the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated manifest, postponed deleting slideshow.html Created 9 years 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/resources/file_manager/js/mock_chrome.js ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index 326665e23cd218fc184d9fb5b293513c8d668588..e6cf358e241b3cd52acbd398c0f58c408419d64c 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -26,19 +26,6 @@
},
"file_browser_handlers": [
{
- "id": "preview",
- "default_title": "__MSG_PREVIEW_IMAGE__",
- "default_icon": "images/icon_preview_16x16.png",
- "file_filters": [
- "filesystem:*.bmp",
- "filesystem:*.gif",
- "filesystem:*.jpg",
- "filesystem:*.jpeg",
- "filesystem:*.webp",
- "filesystem:*.png"
- ]
- },
- {
"id": "play",
"default_title": "__MSG_PLAY_MEDIA__",
"default_icon": "images/icon_play_16x16.png",
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698