Index: content/public/test/mock_resource_context.cc |
diff --git a/content/public/test/mock_resource_context.cc b/content/public/test/mock_resource_context.cc |
index 342766c5f4faeae1e853d0df780b5e4726a6cac7..d3b1308a549ca2604bb29c3f303a1fc04799af90 100644 |
--- a/content/public/test/mock_resource_context.cc |
+++ b/content/public/test/mock_resource_context.cc |
@@ -38,4 +38,8 @@ bool MockResourceContext::AllowCameraAccess(const GURL& origin) { |
return camera_allowed_; |
} |
+std::string MockResourceContext::GetMediaDeviceIDSalt() { |
+ return "mock_salt"; |
+} |
+ |
} // namespace content |