Set the default action on the title bar menu properly on Windows.
commitbb027028c600804ee2637e3758c872a6e0fa85ee
authormlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 7 Jan 2014 15:55:13 +0000 (7 15:55 +0000)
committermlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 7 Jan 2014 15:55:13 +0000 (7 15:55 +0000)
tree081e11f43ac046329313a6d8bfd861e1f20c2ebd
parentc8e704e7838993207d532256f64b78d74ccb7119
Set the default action on the title bar menu properly on Windows.

It is currently not set, thus chosen by the system. However, the default
action is maximized when the window is not maximized and restore when
the window is maximized.

It is fixing the bug mentioned in bug 260229 as a side effect. The
change is actually applying to all windows, not only Chrome Apps ones.

BUG=260229
TEST=Open Chrome on Windows, right click on the title bar. Look at the
item in bold. Double click. The action should match the name of the item
in bold. Repeat another time.

Review URL: https://codereview.chromium.org/113943005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243300 0039d316-1c4b-4281-b951-d872f2087c98
ui/views/win/hwnd_message_handler.cc