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

Unified Diff: chrome/browser/geolocation/geolocation_infobar_delegate_android.h

Issue 2069343002: Pass profile to PermissionUmaUtil::PermissionIgnored (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-hooks-to-permission-layer
Patch Set: merge Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_infobar_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_infobar_delegate_android.h
diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
index 94c3515b33dcf8e771a8a3f1067e339b6a0eee0d..0e5bf05953d03a2ba2f9def4596cc06f0ebd3836 100644
--- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
+++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
@@ -19,10 +19,12 @@ class GeolocationInfoBarDelegateAndroid : public PermissionInfobarDelegate {
// |infobar_service|. Returns the infobar if it was successfully added.
static infobars::InfoBar* Create(InfoBarService* infobar_service,
const GURL& requesting_frame,
+ Profile* profile,
const PermissionSetCallback& callback);
private:
GeolocationInfoBarDelegateAndroid(const GURL& requesting_frame,
+ Profile* profile,
const PermissionSetCallback& callback);
~GeolocationInfoBarDelegateAndroid() override;
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698