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

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

Issue 2277733002: Revert of 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: 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 661c59dbf83983796c0007fb049f0700711e105b..ed811a96b6042224acdd38f507b89d95250c8a09 100644
--- a/chrome/browser/media/media_stream_infobar_delegate_android.h
+++ b/chrome/browser/media/media_stream_infobar_delegate_android.h
@@ -35,9 +35,6 @@
explicit MediaStreamInfoBarDelegateAndroid(
std::unique_ptr<MediaStreamDevicesController> controller);
- void RecordPermissionAcceptedUma(int position, bool persist);
- void RecordPermissionDeniedUma(int position, 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