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

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

Issue 107413006: Dismiss EME infobar when WebMediaPlayer is destroyed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make FakeProfile class happy Created 6 years, 11 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/geolocation/chrome_geolocation_permission_context.h
diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context.h b/chrome/browser/geolocation/chrome_geolocation_permission_context.h
index 06b324d0e21bba688826007791262660252128e5..acc9448a21aa567c3574853fb7fd677d00d0093a 100644
--- a/chrome/browser/geolocation/chrome_geolocation_permission_context.h
+++ b/chrome/browser/geolocation/chrome_geolocation_permission_context.h
@@ -82,7 +82,7 @@ class ChromeGeolocationPermissionContext
private:
// Removes any pending InfoBar request.
- void CancelPendingInfoBarRequest(const PermissionRequestID& id);
+ void CancelPendingInfobarRequest(const PermissionRequestID& id);
// These must only be accessed from the UI thread.
Profile* const profile_;

Powered by Google App Engine
This is Rietveld 408576698