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

Unified Diff: chrome/browser/content_settings/permission_bubble_request_impl.cc

Issue 454253002: Location chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing meacer@ comments Created 6 years, 4 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/content_settings/permission_bubble_request_impl.cc
diff --git a/chrome/browser/content_settings/permission_bubble_request_impl.cc b/chrome/browser/content_settings/permission_bubble_request_impl.cc
index 21388305a21d01b72277281963bb73ac887a405f..228e5b303fd44f8446159f96ad4f57b1cbead9bc 100644
--- a/chrome/browser/content_settings/permission_bubble_request_impl.cc
+++ b/chrome/browser/content_settings/permission_bubble_request_impl.cc
@@ -34,6 +34,10 @@ PermissionBubbleRequestImpl::~PermissionBubbleRequestImpl() {
PermissionContextUmaUtil::PermissionIgnored(type_);
}
+PermissionBubbleRequest::Type PermissionBubbleRequestImpl::GetType() const {
+ return PermissionBubbleRequest::Type::kOther;
+}
+
int PermissionBubbleRequestImpl::GetIconID() const {
int icon_id;
switch (type_) {

Powered by Google App Engine
This is Rietveld 408576698