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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 24f3e05..2013cf9 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -571,6 +571,8 @@ class Browser : public TabStripModelDelegate,
// as a key to store window location per application URLs.
static std::wstring ComputeApplicationNameFromURL(const GURL& url);
+ FRIEND_TEST(BrowserTest, NoTabsInPopups);
+
// Create a preference dictionary for the provided application name. This is
// done only once per application name / per session.
static void RegisterAppPrefs(const std::wstring& app_name);