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

Unified Diff: chrome/browser/ui/panels/panel_host.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 | « chrome/browser/ui/panels/panel_host.h ('k') | chromecast/browser/android/cast_window_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_host.cc
diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
index b3a00f5d2562ba19ce18db9d969e151f6e11b043..5de546f073e1a95c555c9487f16222cb34ed1101 100644
--- a/chrome/browser/ui/panels/panel_host.cc
+++ b/chrome/browser/ui/panels/panel_host.cc
@@ -163,10 +163,6 @@ void PanelHost::ActivateContents(content::WebContents* contents) {
panel_->Activate();
}
-void PanelHost::DeactivateContents(content::WebContents* contents) {
- panel_->Deactivate();
-}
-
void PanelHost::LoadingStateChanged(content::WebContents* source,
bool to_different_document) {
bool is_loading = source->IsLoading() && to_different_document;
« no previous file with comments | « chrome/browser/ui/panels/panel_host.h ('k') | chromecast/browser/android/cast_window_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698