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

Unified Diff: media/base/cdm_config.h

Issue 1133423003: Work around a clang/win bug, add a .h file to gyp/gn files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfiles Created 5 years, 7 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 | « media/base/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_config.h
diff --git a/media/base/cdm_config.h b/media/base/cdm_config.h
index 4b57ebb96c176982293b1bc137576184dd809d98..6f723485f7b94d8682fc2a4028644582c1508003 100644
--- a/media/base/cdm_config.h
+++ b/media/base/cdm_config.h
@@ -12,7 +12,7 @@ namespace media {
// The runtime configuration for new CDM instances as computed by
// |requestMediaKeySystemAccess|. This is in some sense the Chromium-side
// counterpart of Blink's WebMediaKeySystemConfiguration.
-struct MEDIA_EXPORT CdmConfig {
+struct CdmConfig {
// Allow access to a distinctive identifier.
bool allow_distinctive_identifier = false;
« no previous file with comments | « media/base/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698