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

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 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 955012297e460aa83fbadf61fc74cc5a9ce30d99..2ab9073156dd2c87a8c6344aba309224f3cb103e 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
@@ -6,7 +6,7 @@
#include "chrome/browser/ui/views/frame/browser_view.h"
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
-#include "chrome/browser/ui/views/page_info/website_settings_popup_view.h"
+#include "chrome/browser/ui/views/page_info/page_info_popup_view.h"
#include "chrome/browser/ui/views/toolbar/toolbar_view.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/interactive_test_utils.h"
@@ -32,8 +32,8 @@ IN_PROC_BROWSER_TEST_F(LocationIconViewTest, HideOnSecondClick) {
runner1->QuitClosure());
runner1->Run();
- EXPECT_EQ(WebsiteSettingsPopupView::POPUP_WEBSITE_SETTINGS,
- WebsiteSettingsPopupView::GetShownPopupType());
+ EXPECT_EQ(PageInfoPopupView::POPUP_PAGE_INFO,
+ PageInfoPopupView::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(WebsiteSettingsPopupView::POPUP_NONE,
- WebsiteSettingsPopupView::GetShownPopupType());
+ EXPECT_EQ(PageInfoPopupView::POPUP_NONE,
+ PageInfoPopupView::GetShownPopupType());
}
} // namespace
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_icon_view.cc ('k') | chrome/browser/ui/views/page_info/chosen_object_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698