diff options
author | fsamuel <fsamuel@chromium.org> | 2015-05-04 18:00:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-05 01:01:10 +0000 |
commit | 8dfa19acbffebaeafd38e8c3f4ef136c3fc83734 (patch) | |
tree | 9c62f75554ab826e9a49d0f2ee390b7d6cb2df1b /extensions/DEPS | |
parent | ec5b7687d06564998e7f1b96465878a391edc723 (diff) | |
download | chromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.zip chromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.tar.gz chromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.tar.bz2 |
Move GuestView layer in browser to components
In addition to moving the browser-side of the GuestView layer into components, this CL also:
1. Replaces some loops to the top level web contents with GuestViewBase::GetTopLevelWebContents.
2. Installs the ExtensionsGuestViewMessageFilter in appshell.
3. Move some files out of extensions/common/guest_view to components/guest_view/common
BUG=444869
Review URL: https://codereview.chromium.org/1102173002
Cr-Commit-Position: refs/heads/master@{#328243}
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 285b7d3..8f8f7f2 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -2,6 +2,7 @@ include_rules = [ # Do not add Chrome dependencies. Much work went into removing them. "+components/browsing_data", "+components/crx_file", + "+components/guest_view", "+components/url_matcher", "-content", "+content/grit/content_resources.h", |