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

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc

Issue 2797923003: Rename PageInfoPopupView to PageInfoBubbleView. (Closed)
Patch Set: Created 3 years, 8 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
Index: chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc b/chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc
index 2ab9073156dd2c87a8c6344aba309224f3cb103e..5d9030d3a53f5f8bd5d56b77d85a5c43ae24c97b 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc
+++ b/chrome/browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc
@@ -32,8 +32,8 @@ IN_PROC_BROWSER_TEST_F(LocationIconViewTest, HideOnSecondClick) {
runner1->QuitClosure());
runner1->Run();
- EXPECT_EQ(PageInfoPopupView::POPUP_PAGE_INFO,
- PageInfoPopupView::GetShownPopupType());
+ EXPECT_EQ(PageInfoBubbleView::POPUP_PAGE_INFO,
+ PageInfoBubbleView::GetShownPopupType());
// Verify that clicking again doesn't reshow it.
scoped_refptr<content::MessageLoopRunner> runner2 =
@@ -45,8 +45,8 @@ IN_PROC_BROWSER_TEST_F(LocationIconViewTest, HideOnSecondClick) {
runner2->QuitClosure());
runner2->Run();
- EXPECT_EQ(PageInfoPopupView::POPUP_NONE,
- PageInfoPopupView::GetShownPopupType());
+ EXPECT_EQ(PageInfoBubbleView::POPUP_NONE,
+ PageInfoBubbleView::GetShownPopupType());
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698