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

Unified Diff: components/drive/drive_api_util.cc

Issue 2113723003: Files: Add support for Google Sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/drive/drive_api_util.h ('k') | components/drive/drive_api_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/drive_api_util.cc
diff --git a/components/drive/drive_api_util.cc b/components/drive/drive_api_util.cc
index a4a44b9faa047fe09da162ec0b6fda27e76f95f8..cf86511bc3974136d5ee8a63bd9f2f6d32427278 100644
--- a/components/drive/drive_api_util.cc
+++ b/components/drive/drive_api_util.cc
@@ -42,6 +42,7 @@ const HostedDocumentKind kHostedDocumentKinds[] = {
{kGoogleTableMimeType, ".gtable"},
{kGoogleFormMimeType, ".gform"},
{kGoogleMapMimeType, ".gmaps"},
+ {kGoogleSiteMimeType, ".gsite"},
};
const char kUnknownHostedDocumentExtension[] = ".glink";
« no previous file with comments | « components/drive/drive_api_util.h ('k') | components/drive/drive_api_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698