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

Unified Diff: chrome/browser/resources/quick_office/manifest_editor.json

Issue 22451003: Enable Quickoffice Editor by default. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 4 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/resources/quick_office/manifest_editor.json
diff --git a/chrome/browser/resources/quick_office/manifest_experimental.json b/chrome/browser/resources/quick_office/manifest_editor.json
similarity index 78%
rename from chrome/browser/resources/quick_office/manifest_experimental.json
rename to chrome/browser/resources/quick_office/manifest_editor.json
index c8cd2f7be10fb6a820ba3976e70959ebd1b7cc40..ae3ef7921b0d96ec2a24f752ffb9adabb2d446a0 100644
--- a/chrome/browser/resources/quick_office/manifest_experimental.json
+++ b/chrome/browser/resources/quick_office/manifest_editor.json
@@ -8,20 +8,23 @@
},
"content_security_policy": "default-src 'self'; connect-src blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
"default_locale": "en",
- "description": "Chrome Office Viewer (Beta)",
- "file_browser_handlers": [{
- "default_title": "Chrome Office Viewer (Beta)",
- "file_filters": [
- "filesystem:*.doc",
- "filesystem:*.docx",
- "filesystem:*.docm",
- "filesystem:*.ppt",
- "filesystem:*.pptx",
- "filesystem:*.pptm",
- "filesystem:*.xls",
- "filesystem:*.xlsx"],
- "id": "qoview"
- }],
+ "description": "Quickoffice (Beta)",
+ "file_browser_handlers": [
+ {
+ "default_title": "Quickoffice (Beta)",
+ "file_filters": [
+ "filesystem:*.doc",
+ "filesystem:*.docx",
+ "filesystem:*.docm",
+ "filesystem:*.ppt",
+ "filesystem:*.pptx",
+ "filesystem:*.pptm",
+ "filesystem:*.xls",
+ "filesystem:*.xlsx"
+ ],
+ "id": "qoview"
+ }
+ ],
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
@@ -50,8 +53,9 @@
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.ces-quicksheet",
"application/vnd.spreadsheet-openxml",
- "application/vnd.ms-excel.sheet.macroEnabled.12"],
- "name": "Chrome Office Viewer (Beta)",
+ "application/vnd.ms-excel.sheet.macroEnabled.12"
+ ],
+ "name": "Quickoffice (Beta)",
"offline_enabled": true,
"permissions": [
"fileBrowserHandler",
@@ -59,7 +63,8 @@
"fileSystem.write",
"metricsPrivate",
"streamsPrivate",
- "unlimitedStorage"],
+ "unlimitedStorage"
+ ],
"platforms": [
{
"nacl_arch": "x86-32",
@@ -74,7 +79,8 @@
"sub_package_path": "_platform_specific/arm/"
}
],
- "version": "2.9.3.9",
+ "version": "3.0.4.2",
"web_accessible_resources": [
- "views/qowt.html"]
+ "views/qowt.html"
+ ]
}
« no previous file with comments | « chrome/browser/resources/quick_office/manifest.json ('k') | chrome/browser/resources/quick_office/manifest_experimental.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698