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

Unified Diff: chrome/common/media/media_resource_provider.cc

Issue 2801853002: Media Remoting: Remove old interstitial implementation. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 | « chrome/app/generated_resources.grd ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media/media_resource_provider.cc
diff --git a/chrome/common/media/media_resource_provider.cc b/chrome/common/media/media_resource_provider.cc
index 61bd6be94ee8f37087662e128ad9125b208ff1ba..de872e130a09101488e54dea28dfbba64aacaee8 100644
--- a/chrome/common/media/media_resource_provider.cc
+++ b/chrome/common/media/media_resource_provider.cc
@@ -24,12 +24,6 @@ int MediaMessageIdToGrdId(media::MessageId message_id) {
case media::BEAMFORMING_OFF_DEFAULT_AUDIO_INPUT_DEVICE_NAME:
return IDS_BEAMFORMING_OFF_DEFAULT_AUDIO_INPUT_DEVICE_NAME;
#endif
-#if BUILDFLAG(ENABLE_MEDIA_REMOTING)
- case media::MEDIA_REMOTING_CAST_ERROR_TEXT:
- return IDS_MEDIA_REMOTING_CAST_ERROR_TEXT;
- case media::MEDIA_REMOTING_CASTING_VIDEO_TEXT:
- return IDS_MEDIA_REMOTING_CASTING_VIDEO_TEXT;
-#endif
default:
NOTREACHED();
return 0;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698