Index: chrome/browser/media/media_stream_devices_controller.cc |
diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc |
index e21f71287f32c152ec282207a60cecab68abbef7..e6ef79a819447d7c6c4b12f4599bcc7e5e4be81c 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.cc |
+++ b/chrome/browser/media/media_stream_devices_controller.cc |
@@ -487,10 +487,6 @@ bool MediaStreamDevicesController::ShouldAlwaysAllowOrigin() const { |
void MediaStreamDevicesController::SetPermission(bool allowed) const { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
-#if defined(OS_ANDROID) |
- // We do not support sticky operations on Android yet. |
- return; |
-#endif |
ContentSettingsPattern primary_pattern = |
ContentSettingsPattern::FromURLNoWildcard(request_.security_origin); |
// Check the pattern is valid or not. When the request is from a file access, |