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

Unified Diff: chrome/browser/chromeos/gdata/gdata_parser.cc

Issue 10381155: Added support for Google Drive's external app document type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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/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},
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_parser.h ('k') | chrome/browser/chromeos/gdata/gdata_parser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698