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

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

Issue 10918244: Files app: change action name for "Open" for hosted documents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/browser/resources/file_manager/js/file_tasks.js ('k') | no next file » | 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 ee1d72b65e79b4421bb4d1314a3eba916945fe1f..88d21c76002364b51a59ea856d4730b1c666b4c0 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -135,16 +135,37 @@
]
},
{
- "id": "open-hosted",
+ "id": "open-hosted-generic",
"default_title": "__MSG_HOSTED__",
"default_icon": "images/filetype_generic.png",
"file_filters": [
- "filesystem:*.gdoc",
- "filesystem:*.gsheet",
- "filesystem:*.gslides",
"filesystem:*.gdraw",
"filesystem:*.gtable"
]
+ },
+ {
+ "id": "open-hosted-gdoc",
+ "default_title": "__MSG_HOSTED__",
+ "default_icon": "images/filetype_generic.png",
+ "file_filters": [
+ "filesystem:*.gdoc"
+ ]
+ },
+ {
+ "id": "open-hosted-gsheet",
+ "default_title": "__MSG_HOSTED__",
+ "default_icon": "images/filetype_generic.png",
+ "file_filters": [
+ "filesystem:*.gsheet"
+ ]
+ },
+ {
+ "id": "open-hosted-gslides",
+ "default_title": "__MSG_HOSTED__",
+ "default_icon": "images/filetype_generic.png",
+ "file_filters": [
+ "filesystem:*.gslides"
+ ]
}
],
"chrome_url_overrides": {
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_tasks.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698