commit | f3474bb5520612e2ee8b44fc990b98371d41a82d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Apr 02 16:32:36 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Apr 02 16:32:36 2012 |
tree | d05361e4d66dc7d5b1787e967b5ebe763513fda8 | |
parent | 3227ff4d5a0ad90a88e8ae825cc7c6696b32336b [diff] [blame] |
Mac content shell: File > New makes a new browser window. BUG=120153 TEST=as described Review URL: https://chromiumcodereview.appspot.com/9965064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130140 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/shell/shell_application_mac.h b/content/shell/shell_application_mac.h index 3450ff3..88b8d9e 100644 --- a/content/shell/shell_application_mac.h +++ b/content/shell/shell_application_mac.h
@@ -20,6 +20,8 @@ // CrAppControlProtocol: - (void)setHandlingSendEvent:(BOOL)handlingSendEvent; +- (IBAction)newDocument:(id)sender; + @end #endif // CONTENT_SHELL_SHELL_APPLICATION_MAC_H_