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

Unified Diff: chrome/browser/ui/browser.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/browser.h ('k') | chrome/browser/ui/panels/panel_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 85839ecd5a9c3e7afa5bf3a5bdde0e1b5bdfbbef..3b1c2e47efeb76cb82700a5d2ad8a07347a756cd 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1526,10 +1526,6 @@ void Browser::ActivateContents(WebContents* contents) {
window_->Activate();
}
-void Browser::DeactivateContents(WebContents* contents) {
- window_->Deactivate();
-}
-
void Browser::LoadingStateChanged(WebContents* source,
bool to_different_document) {
window_->UpdateLoadingAnimations(tab_strip_model_->TabsAreLoading());
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/panels/panel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698