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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.cc

Issue 8183005: Choose the right window to switch to when a panel is deactivated on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/ui/panels/panel_browser_window_gtk.cc
===================================================================
--- chrome/browser/ui/panels/panel_browser_window_gtk.cc (revision 104349)
+++ chrome/browser/ui/panels/panel_browser_window_gtk.cc (working copy)
@@ -541,6 +541,7 @@
virtual void CancelDragTitlebar() OVERRIDE;
virtual void FinishDragTitlebar() OVERRIDE;
virtual bool VerifyDrawingAttention() const OVERRIDE;
+ virtual bool VerifyActiveState(bool is_active) OVERRIDE;
PanelBrowserWindowGtk* panel_browser_window_gtk_;
};
@@ -616,3 +617,7 @@
decoration == BrowserWindowGtk::PANGO_MARKUP;
}
+bool NativePanelTestingGtk::VerifyActiveState(bool is_active) {
+ // TODO(jianli): to be implemented.
+ return false;
+}
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window_cocoa.mm ('k') | chrome/browser/ui/panels/panel_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698