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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_cocoa.mm

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_cocoa.mm
===================================================================
--- chrome/browser/ui/panels/panel_browser_window_cocoa.mm (revision 104349)
+++ chrome/browser/ui/panels/panel_browser_window_cocoa.mm (working copy)
@@ -282,6 +282,7 @@
virtual void CancelDragTitlebar() OVERRIDE;
virtual void FinishDragTitlebar() OVERRIDE;
virtual bool VerifyDrawingAttention() const OVERRIDE;
+ virtual bool VerifyActiveState(bool is_active) OVERRIDE;
private:
PanelTitlebarViewCocoa* titlebar() const;
@@ -327,3 +328,7 @@
return [titlebar() isDrawingAttention];
}
+bool NativePanelTestingCocoa::VerifyActiveState(bool is_active) {
+ // TODO(jianli): to be implemented.
+ return false;
+}
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_view_browsertest.cc ('k') | chrome/browser/ui/panels/panel_browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698