Rename PageInfoPopupView to PageInfoBubbleView.
Also renames PageInfoPopupViewBrowserTest to PageInfoBubbleViewBrowserTest.
BUG=708379
Review-Url: https://codereview.chromium.org/2797923003
Cr-Commit-Position: refs/heads/master@{#462977}
diff --git a/chrome/browser/ui/page_info/page_info.cc b/chrome/browser/ui/page_info/page_info.cc
index 05f6f8e..26b3aa4c 100644
--- a/chrome/browser/ui/page_info/page_info.cc
+++ b/chrome/browser/ui/page_info/page_info.cc
@@ -337,7 +337,7 @@
// This is technically redundant given the histogram above, but putting the
// total count of permission changes in another histogram makes it easier to
- // compare it against other kinds of actions in PageInfo[PopupView].
+ // compare it against other kinds of actions in Page Info.
RecordPageInfoAction(PAGE_INFO_CHANGED_PERMISSION);
PermissionUtil::ScopedRevocationReporter scoped_revocation_reporter(
@@ -407,7 +407,7 @@
const security_state::SecurityInfo& security_info) {
#if !defined(OS_ANDROID) && !defined(OS_IOS)
// On desktop, internal URLs aren't handled by this class. Instead, a
- // custom and simpler popup is shown.
+ // custom and simpler bubble is shown.
DCHECK(!url.SchemeIs(content::kChromeUIScheme) &&
!url.SchemeIs(content::kChromeDevToolsScheme) &&
!url.SchemeIs(content::kViewSourceScheme) &&