summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h3
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);