diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 00:24:57 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 00:24:57 +0000 |
commit | e0d8cbdb23b9a8446ffb1b8355652f2b167238f1 (patch) | |
tree | d7acb45db42060eed51b4ece5955ad3d042922ea /DEPS | |
parent | a0181609ceca468ce66eca453dcce4283a7bdcec (diff) | |
download | chromium_src-e0d8cbdb23b9a8446ffb1b8355652f2b167238f1.zip chromium_src-e0d8cbdb23b9a8446ffb1b8355652f2b167238f1.tar.gz chromium_src-e0d8cbdb23b9a8446ffb1b8355652f2b167238f1.tar.bz2 |
Add getFileSize support to chromium
The current implementation only allows getting file size
if the child process has been granted permission to upload file.
May need to update the policy checking code if getFileSize
is needed in other cases.
Here is the webkit implementation to support this:
https://bugs.webkit.org/show_bug.cgi?id=26521
TEST=none
BUG=9102
Review URL: http://codereview.chromium.org/131082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "45492", + "webkit_revision": "45494", } |