File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kReducedSystemInfo);
78
78
BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kRemoveClientHints);
79
79
+ BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kSpoofWebGLInfo);
80
- + extern const char kSpoofWebGLRenderer[];
81
- + extern const char kSpoofWebGLVendor[];
82
- + extern const base::FeatureParam<std::string> kSpoofWebGLRendererParam;
83
- + extern const base::FeatureParam<std::string> kSpoofWebGLVendorParam;
80
+ + BLINK_COMMON_EXPORT extern const char kSpoofWebGLRenderer[];
81
+ + BLINK_COMMON_EXPORT extern const char kSpoofWebGLVendor[];
82
+ + BLINK_COMMON_EXPORT extern const base::FeatureParam<std::string> kSpoofWebGLRendererParam;
83
+ + BLINK_COMMON_EXPORT extern const base::FeatureParam<std::string> kSpoofWebGLVendorParam;
84
84
85
85
// -----------------------------------------------------------------------------
86
86
// Feature declarations and associated constants (feature params, et cetera)
You can’t perform that action at this time.
0 commit comments