Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2908)

Unified Diff: chrome/browser/ui/browser.h

Issue 1397673004: Make opening a new tab with the NTP use PAGE_TRANSITION_AUTO_TOPLEVEL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser_browsertest.cc » ('j') | chrome/browser/ui/browser_tabstrip.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 13ec6b462bca1c64c19ed9630c3d4817b9cc9576..854dc7465b916d19d6ab07a842194240321962f6 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -510,6 +510,7 @@ class Browser : public TabStripModelObserver,
FRIEND_TEST_ALL_PREFIXES(BrowserTest, OpenAppWindowLikeNtp);
FRIEND_TEST_ALL_PREFIXES(BrowserTest, AppIdSwitch);
FRIEND_TEST_ALL_PREFIXES(BrowserTest, ShouldShowLocationBar);
+ FRIEND_TEST_ALL_PREFIXES(BrowserTest, CloseTabFocus);
FRIEND_TEST_ALL_PREFIXES(ExclusiveAccessBubbleWindowControllerTest,
DenyExitsFullscreen);
FRIEND_TEST_ALL_PREFIXES(FullscreenControllerTest,
« no previous file with comments | « no previous file | chrome/browser/ui/browser_browsertest.cc » ('j') | chrome/browser/ui/browser_tabstrip.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698