diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 16:32:36 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 16:32:36 +0000 |
commit | f3474bb5520612e2ee8b44fc990b98371d41a82d (patch) | |
tree | d05361e4d66dc7d5b1787e967b5ebe763513fda8 /content/shell/shell_application_mac.h | |
parent | 3227ff4d5a0ad90a88e8ae825cc7c6696b32336b (diff) | |
download | chromium_src-f3474bb5520612e2ee8b44fc990b98371d41a82d.zip chromium_src-f3474bb5520612e2ee8b44fc990b98371d41a82d.tar.gz chromium_src-f3474bb5520612e2ee8b44fc990b98371d41a82d.tar.bz2 |
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
Diffstat (limited to 'content/shell/shell_application_mac.h')
-rw-r--r-- | content/shell/shell_application_mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |