diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 00:30:57 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 00:30:57 +0000 |
commit | 48ed2610d757483f2e4ebddda617fd7e92855d5a (patch) | |
tree | af88817f0b430cae1891b72ffe705c5cd60e5c66 /chrome/browser/DEPS | |
parent | 6ae1a53f455cf37cb655557afa436e04c9a26eb0 (diff) | |
download | chromium_src-48ed2610d757483f2e4ebddda617fd7e92855d5a.zip chromium_src-48ed2610d757483f2e4ebddda617fd7e92855d5a.tar.gz chromium_src-48ed2610d757483f2e4ebddda617fd7e92855d5a.tar.bz2 |
Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView IDs.
BUG=330735
R=davidben@chromium.org, tburkard@chromium.org
Review URL: https://codereview.chromium.org/141163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index b30f854..1c80dc4 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -104,6 +104,7 @@ include_rules = [ "+third_party/WebKit/public/web/WebInputEvent.h", "+third_party/WebKit/public/web/WebMediaPlayerAction.h", "+third_party/WebKit/public/web/WebNotificationPresenter.h", + "+third_party/WebKit/public/web/WebPageVisibilityState.h", "+third_party/WebKit/public/web/WebPluginAction.h", "+third_party/WebKit/public/web/WebTextDirection.h", "+third_party/WebKit/public/web/WebWindowFeatures.h", |