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_