Files
brave-core/patches/content-browser-resources-gpu-browser_bridge.ts.patch
T

13 lines
505 B
Diff

diff --git a/content/browser/resources/gpu/browser_bridge.ts b/content/browser/resources/gpu/browser_bridge.ts
index a7208a35fdec3eaa5ee3de582e358535809cb8f3..7eba359b5e57610dfee18ac8ced46a8b62884418 100644
--- a/content/browser/resources/gpu/browser_bridge.ts
+++ b/content/browser/resources/gpu/browser_bridge.ts
@@ -12,6 +12,7 @@ export interface ClientInfo {
operating_system: string;
revision_identifier: string;
version: string;
+ executable_path: string;
}
export interface Problem {