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

Unified Diff: views/window/window_win.h

Issue 3060045: Making window.focus() work in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | « views/window/window_gtk.cc ('k') | views/window/window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/window/window_win.h
===================================================================
--- views/window/window_win.h (revision 55530)
+++ views/window/window_win.h (working copy)
@@ -65,6 +65,7 @@
virtual void PushForceHidden();
virtual void PopForceHidden();
virtual void Activate();
+ virtual void Deactivate();
virtual void Close();
virtual void Maximize();
virtual void Minimize();
@@ -156,7 +157,7 @@
RECT window_rect;
};
- // Set the window as modal (by disabling all the other windows).
+ // Sets the window as modal (by disabling all the other windows).
void BecomeModal();
// Sets-up the focus manager with the view that should have focus when the
« no previous file with comments | « views/window/window_gtk.cc ('k') | views/window/window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698