forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple GuestViewContainer from Extensions
This CL does the following: 1. It moves ExtensionsGuestViewContainer::Request/AttachRequest/DetachRequest to guest_view_request.* 2. It moves the queuing functionality for attach/detach to guest_view_container.* 3. It removes extensions dependencies in guest_view_container A subsequent patch will move extensions/this to components. BUG=444869 Review URL: https://codereview.chromium.org/1118243003 Cr-Commit-Position: refs/heads/master@{#328974}
- Loading branch information
fsamuel
authored and
Commit bot
committed
May 8, 2015
1 parent
5d8094a
commit 7427a2f
Showing
13 changed files
with
389 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.