summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorvictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 00:24:57 +0000
committervictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 00:24:57 +0000
commite0d8cbdb23b9a8446ffb1b8355652f2b167238f1 (patch)
treed7acb45db42060eed51b4ece5955ad3d042922ea /DEPS
parenta0181609ceca468ce66eca453dcce4283a7bdcec (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 2bb3d49..5d96516 100644
--- a/DEPS
+++ b/DEPS
@@ -1,7 +1,7 @@
vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
- "webkit_revision": "45492",
+ "webkit_revision": "45494",
}