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

Unified Diff: android_webview/common/aw_resource.h

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 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
Index: android_webview/common/aw_resource.h
diff --git a/android_webview/common/aw_resource.h b/android_webview/common/aw_resource.h
index 00613c3cb4447b1eaea36b1740b3abbb005a13a4..e5c04179d7f60c6daee0359cf497285d190e9d7d 100644
--- a/android_webview/common/aw_resource.h
+++ b/android_webview/common/aw_resource.h
@@ -14,6 +14,7 @@ namespace AwResource {
std::string GetLoadErrorPageContent();
std::string GetNoDomainPageContent();
+std::vector<std::string> GetConfigKeySystemUuidMapping();
} // namespace AwResource
} // namsespace android_webview

Powered by Google App Engine
This is Rietveld 408576698