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

Unified Diff: chrome/browser/resources/quick_office/manifest_viewing.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
« no previous file with comments | « chrome/browser/resources/quick_office/manifest_experimental.json ('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/quick_office/manifest_viewing.json
diff --git a/chrome/browser/resources/quick_office/manifest.json b/chrome/browser/resources/quick_office/manifest_viewing.json
similarity index 80%
rename from chrome/browser/resources/quick_office/manifest.json
rename to chrome/browser/resources/quick_office/manifest_viewing.json
index ce80073038990df4dcac20e7cbec2c8dae69d945..02be439e5f3e83cdf3936d926fea980411d985dc 100644
--- a/chrome/browser/resources/quick_office/manifest.json
+++ b/chrome/browser/resources/quick_office/manifest_viewing.json
@@ -8,19 +8,22 @@
"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"
- }],
+ "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"
+ }
+ ],
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
@@ -49,7 +52,8 @@
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.ces-quicksheet",
"application/vnd.spreadsheet-openxml",
- "application/vnd.ms-excel.sheet.macroEnabled.12"],
+ "application/vnd.ms-excel.sheet.macroEnabled.12"
+ ],
"name": "Chrome Office Viewer (Beta)",
"offline_enabled": true,
"permissions": [
@@ -58,7 +62,8 @@
"fileSystem.write",
"metricsPrivate",
"streamsPrivate",
- "unlimitedStorage"],
+ "unlimitedStorage"
+ ],
"platforms": [
{
"nacl_arch": "x86-32",
@@ -73,7 +78,8 @@
"sub_package_path": "_platform_specific/arm/"
}
],
- "version": "2.9.3.9",
+ "version": "3.0.3.1063",
"web_accessible_resources": [
- "views/qowt.html"]
+ "views/qowt.html"
+ ]
}
« no previous file with comments | « chrome/browser/resources/quick_office/manifest_experimental.json ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698