Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: components/guest_view/browser/guest_view_base.cc

Issue 1345343003: Remove lots of old blur plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/guest_view/browser/guest_view_base.h ('k') | components/test_runner/web_test_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/browser/guest_view_base.cc
diff --git a/components/guest_view/browser/guest_view_base.cc b/components/guest_view/browser/guest_view_base.cc
index c6172cb6ab131b814b2cb335ba69caed2b8ad628..063850e6ed8784cf088798f7674298a13ea1bf46 100644
--- a/components/guest_view/browser/guest_view_base.cc
+++ b/components/guest_view/browser/guest_view_base.cc
@@ -589,14 +589,6 @@ void GuestViewBase::ActivateContents(WebContents* web_contents) {
embedder_web_contents());
}
-void GuestViewBase::DeactivateContents(WebContents* web_contents) {
- if (!attached() || !embedder_web_contents()->GetDelegate())
- return;
-
- embedder_web_contents()->GetDelegate()->DeactivateContents(
- embedder_web_contents());
-}
-
void GuestViewBase::ContentsMouseEvent(WebContents* source,
const gfx::Point& location,
bool motion) {
« no previous file with comments | « components/guest_view/browser/guest_view_base.h ('k') | components/test_runner/web_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698