summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_init.h
diff options
context:
space:
mode:
authorhansl@chromium.org <hansl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 21:46:08 +0000
committerhansl@chromium.org <hansl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 21:46:08 +0000
commit0fbe0ff74a61e353ac50756d7f66345e956dbba7 (patch)
treed1a858db02ba421d21db7d865c91b5d26f04aa98 /chrome/browser/ui/browser_init.h
parent6f0790bc152361e47d8d525442446fa4a1ba5743 (diff)
downloadchromium_src-0fbe0ff74a61e353ac50756d7f66345e956dbba7.zip
chromium_src-0fbe0ff74a61e353ac50756d7f66345e956dbba7.tar.gz
chromium_src-0fbe0ff74a61e353ac50756d7f66345e956dbba7.tar.bz2
Revert 75625 - Refactor app launching code for clarity. Add unit tests.
Was failing on check_perms. Check http://build.chromium.org/p/chromium/builders/Linux/builds/3520 for more info. BUG=None TEST=BrowserInitTest.* Review URL: http://codereview.chromium.org/6543006 TBR=skerner@google.com Review URL: http://codereview.chromium.org/6469100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_init.h')
-rw-r--r--chrome/browser/ui/browser_init.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index 323b0626..17e91e7 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -140,10 +140,6 @@ class BrowserInit {
// returns false to specify default processing.
bool OpenApplicationWindow(Profile* profile);
- // If IsAppLaunch is true and the user set a pref indicating that the app
- // should open in a tab, do so.
- bool OpenApplicationTab(Profile* profile);
-
// Invoked from OpenURLsInBrowser to handle processing of urls. This may
// do any of the following:
// . Invoke ProcessStartupURLs if |process_startup| is true.