GTK: Add Recently Closed tabs to the History menu in the global menu bar.
This is mostly a straight port of the OSX implementation in
history_menu_bridge.mm. This patch only handles the "Recently Closed" portion
of the history menu and leaves accessing the HistoryService for the "Most
Visited" sites to a future patch.
Attempts to port the corresponding unit tests (history_menu_bridge_unittest.mm)
have ended in frustration. There's some very weird timing issues that make
anything dealing with menus hard to not be flaky. *cry*
BUG=
30213
TEST=Open some windows, close some windows. There's Recently Closed entries in the menu bar on Natty Narwhal.
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=83035