diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 23:04:27 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 23:04:27 +0000 |
commit | 0ce3f598543d7023bbd72397edf57c25a169e80d (patch) | |
tree | 60b4cb50e412fce82c396aae6e2373430247758e /DEPS | |
parent | 0e4e115bb7fd55308c8bb244f1d690bb30fc8f9e (diff) | |
download | chromium_src-0ce3f598543d7023bbd72397edf57c25a169e80d.zip chromium_src-0ce3f598543d7023bbd72397edf57c25a169e80d.tar.gz chromium_src-0ce3f598543d7023bbd72397edf57c25a169e80d.tar.bz2 |
Enable apps to request the HTML5 notification permission.
Note: the big change to chrome_url_request_context.h was mostly to swap the order of ChromeURLRequestContext and ChromeURLRequestContextGetter so that the latter could reference an inner struct of the former.
BUG=32361
Review URL: http://codereview.chromium.org/545149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37456 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": "53941", + "webkit_revision": "54015", "ffmpeg_revision": "34297", "skia_revision": "475", "chromium_git": "http://src.chromium.org/git", |