summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authoryawano <yawano@chromium.org>2015-05-11 03:58:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-11 10:58:30 +0000
commit547dcf23cd4b129b83bc6667f69bdac4843c2284 (patch)
treefb3afc73d7fae2d2b99b3ce171b3a38ed37e9719 /third_party
parent4c0a51aeb774512d9f2560e84dfd2be0a0687018 (diff)
downloadchromium_src-547dcf23cd4b129b83bc6667f69bdac4843c2284.zip
chromium_src-547dcf23cd4b129b83bc6667f69bdac4843c2284.tar.gz
chromium_src-547dcf23cd4b129b83bc6667f69bdac4843c2284.tar.bz2
Use cropped thumbnail in list thumbnail loader.
BUG=480679 TEST=manually tested as described in the issue; google_apis_unittests: DriveApiUrlGeneratorTest Review URL: https://codereview.chromium.org/1125353003 Cr-Commit-Position: refs/heads/master@{#329139}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/closure_compiler/externs/file_manager_private.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index be3d1d9..49d892d 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -19,6 +19,7 @@ var FileTask;
* size: (number|undefined),
* modificationTime: (number|undefined),
* thumbnailUrl: (string|undefined),
+ * croppedThumbnailUrl: (string|undefined),
* externalFileUrl: (string|undefined),
* imageWidth: (number|undefined),
* imageHeight: (number|undefined),