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

Unified Diff: media/base/media_switches.h

Issue 1399603003: Tie multibuffers to URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: added MEDIA_BLINK_EXPORT Created 5 years, 2 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: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 3787137f672b19adb385bed8c88db8ef6c77332a..7329476bc12f39b7bd1954ea479d0547ddecf16d 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -59,6 +59,8 @@ MEDIA_EXPORT extern const char kVideoUnderflowThresholdMs[];
MEDIA_EXPORT extern const char kEnableRTCSmoothnessAlgorithm[];
+MEDIA_EXPORT extern const char kMediaUseMultibuffer[];
+
} // namespace switches
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698