Index: chrome/browser/chromeos/gdata/gdata_parser.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_parser.cc b/chrome/browser/chromeos/gdata/gdata_parser.cc |
index b51a8056bbaba05b65e71fc4dfb28821483d600f..eff1505bbc0dd7c444348f3ac54ac2a67fa85dc6 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_parser.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_parser.cc |
@@ -137,6 +137,7 @@ const EntryKindMap kEntryKindMap[] = { |
{ DocumentEntry::PRESENTATION, "presentation", ".gslides" }, |
{ DocumentEntry::DRAWING, "drawing", ".gdraw"}, |
{ DocumentEntry::TABLE, "table", ".gtable"}, |
+ { DocumentEntry::EXTERNAL_APP, "externalapp", ".glink"}, |
{ DocumentEntry::SITE, "site", NULL}, |
{ DocumentEntry::FOLDER, "folder", NULL}, |
{ DocumentEntry::FILE, "file", NULL}, |