| Index: chrome/browser/ui/page_info/page_info.cc
|
| diff --git a/chrome/browser/ui/page_info/page_info.cc b/chrome/browser/ui/page_info/page_info.cc
|
| index 63002bac6fb22c26dad497eca9ccf8b68dac2b46..f3d95152a6c7561e385a204b008264d1c32e4088 100644
|
| --- a/chrome/browser/ui/page_info/page_info.cc
|
| +++ b/chrome/browser/ui/page_info/page_info.cc
|
| @@ -336,7 +336,7 @@ void PageInfo::OnSitePermissionChanged(ContentSettingsType type,
|
|
|
| // 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(
|
| @@ -401,7 +401,7 @@ void PageInfo::Init(const GURL& url,
|
| 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) &&
|
|
|