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

Unified Diff: chromecast/browser/media/video_resolution_policy.cc

Issue 2277853002: [Chromecast] Support blocking some video resolutions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO on removal plan 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: chromecast/browser/media/video_resolution_policy.cc
diff --git a/chromecast/base/cast_constants.cc b/chromecast/browser/media/video_resolution_policy.cc
similarity index 58%
copy from chromecast/base/cast_constants.cc
copy to chromecast/browser/media/video_resolution_policy.cc
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..571fc5399406d8f0779f07a5f41788907cbfa491 100644
--- a/chromecast/base/cast_constants.cc
+++ b/chromecast/browser/media/video_resolution_policy.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/base/cast_constants.h"
+#include "chromecast/browser/media/video_resolution_policy.h"
namespace chromecast {
+namespace media {
-const char kChromeResourceScheme[] = "chrome-resource";
+VideoResolutionPolicy::~VideoResolutionPolicy() {}
+} // namespace media
} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698