Index: chrome/browser/chromeos/gdata/drive_api_parser.h |
diff --git a/chrome/browser/chromeos/gdata/drive_api_parser.h b/chrome/browser/chromeos/gdata/drive_api_parser.h |
index e1b08f8d2986be26ccbb552d73f3de4b23da9dce..704c3cc0b1d919b05de42b0e92e5479b95656c35 100644 |
--- a/chrome/browser/chromeos/gdata/drive_api_parser.h |
+++ b/chrome/browser/chromeos/gdata/drive_api_parser.h |
@@ -142,7 +142,8 @@ class AppResource { |
const std::string& name() const { return name_; } |
// Returns the name of the type of object this application creates. |
- // This can be any string. TODO(kochi): figure out how to use this value. |
+ // This is used for displaying in "Create" menu item for this app. |
+ // If empty, application name is used instead. |
const std::string& object_type() const { return object_type_; } |
// Returns whether this application suuports creating new objects. |