| 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";
|
|
|