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

Unified Diff: chrome/browser/external_tab_container_win.cc

Issue 3156016: Making window.focus()/blur() work only when user initiated (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix Linux compile Created 10 years, 4 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/external_tab_container_win.h ('k') | chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab_container_win.cc
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
index 59da688f8002de8388c28fa792e51d2826791af3..8e374c809e7230ef9fc7b724244e419d434e474f 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -403,6 +403,9 @@ bool ExternalTabContainer::infobars_enabled() {
void ExternalTabContainer::ActivateContents(TabContents* contents) {
}
+void ExternalTabContainer::DeactivateContents(TabContents* contents) {
+}
+
void ExternalTabContainer::LoadingStateChanged(TabContents* source) {
}
« no previous file with comments | « chrome/browser/external_tab_container_win.h ('k') | chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698