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

Unified Diff: chrome/browser/media/media_stream_infobar_delegate_android.h

Issue 2254763002: Enable the optional permission prompt persistence toggle on grouped infobars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-infobardelegate-clean
Patch Set: Address nits Created 4 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/media/media_stream_infobar_delegate_android.h
diff --git a/chrome/browser/media/media_stream_infobar_delegate_android.h b/chrome/browser/media/media_stream_infobar_delegate_android.h
index ed811a96b6042224acdd38f507b89d95250c8a09..90b2d87c19f7df8224d1d097d5b14a60e48ed55f 100644
--- a/chrome/browser/media/media_stream_infobar_delegate_android.h
+++ b/chrome/browser/media/media_stream_infobar_delegate_android.h
@@ -35,6 +35,9 @@ class MediaStreamInfoBarDelegateAndroid
explicit MediaStreamInfoBarDelegateAndroid(
std::unique_ptr<MediaStreamDevicesController> controller);
+ void RecordPermissionAcceptedUma(int psition, bool persist);
xhwang 2016/08/23 20:27:43 position
dominickn 2016/08/24 01:00:35 Done.
+ void RecordPermissionDeniedUma(int psition, bool persist);
+
// ConfirmInfoBarDelegate:
infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
void InfoBarDismissed() override;
« no previous file with comments | « chrome/browser/media/media_stream_devices_controller.cc ('k') | chrome/browser/media/media_stream_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698