commit | 40df6f5c96c2a2ca8e80a203e8035b037d1abee8 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 28 17:08:52 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 28 17:08:52 2012 |
tree | 5e8da096d8ab7254c4ce792ab0998a65d1d61b42 | |
parent | 6012200c3970996653a5136fe1927af56c137114 [diff] [blame] |
Remove a few methods from WCD that aren't needed at this level. Also moves application creation off Browser. http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10709004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144732 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h index 30c2cc7a..bdb7d36 100644 --- a/chrome/browser/ui/browser_commands.h +++ b/chrome/browser/ui/browser_commands.h
@@ -145,6 +145,8 @@ bool CanCreateApplicationShortcuts(const Browser* browser); +void ConvertTabToAppWindow(Browser* browser, content::WebContents* contents); + } // namespace chrome #endif // CHROME_BROWSER_UI_BROWSER_COMMANDS_H_