diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 06:24:04 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 06:24:04 +0000 |
commit | de4e763c08d7966d3aa3efca16157ee800a3b2ba (patch) | |
tree | b2efd2b89676e002ba3f4f63f2cc1498fdac0f0c /chrome/browser/browser.h | |
parent | 2d460ee1fc517d8951fb7ba9e6881ad2cc7c716e (diff) | |
download | chromium_src-de4e763c08d7966d3aa3efca16157ee800a3b2ba.zip chromium_src-de4e763c08d7966d3aa3efca16157ee800a3b2ba.tar.gz chromium_src-de4e763c08d7966d3aa3efca16157ee800a3b2ba.tar.bz2 |
Mac: Allowed incognito windows to be bookmark open target.
Patch contributed by Hajime Morita <morrita@google.com>.
Original review URL: http://codereview.chromium.org/3217007
BUG=23547
TEST=manual
Review URL: http://codereview.chromium.org/3225009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index 2cfc560f..e2c9c36 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -573,6 +573,9 @@ class Browser : public TabStripModelDelegate, const NavigationController* controller, int* index); // Retrieve the last active tabbed browser with a profile matching |profile|. + static Browser* GetTabbedBrowser(Profile* profile, bool match_incognito); + + // Retrieve the last active tabbed browser with a profile matching |profile|. // Creates a new Browser if none are available. static Browser* GetOrCreateTabbedBrowser(Profile* profile); |