Skip to content

Commit

Permalink
5466238: PDF Viewer: add metrics to record if PDF is opened with a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin authored and ckerr committed May 31, 2024
1 parent 9a900e7 commit 2abb5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/extensions/electron_extensions_api_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class ElectronMimeHandlerViewGuestDelegate
}

void RecordLoadMetric(bool in_main_frame,
const std::string& mime_type) override {}
const std::string& mime_type,
content::BrowserContext* browser_context) override {}
};

ElectronExtensionsAPIClient::ElectronExtensionsAPIClient() = default;
Expand Down

0 comments on commit 2abb5d1

Please sign in to comment.