Skip to content

Commit

Permalink
Fix link to Chromium code (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek committed Feb 3, 2021
1 parent fe6fd61 commit 1cc8c21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ class Plugin extends PuppeteerExtraPlugin {
}
}

// Source in C++: https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/chrome_content_browser_client.cc;l=1187-1238
// Source in C++: https://source.chromium.org/chromium/chromium/src/+/master:components/embedder_support/user_agent_utils.cc;l=55-100
const _getBrands = () => {
const seed = uaVersion.split('.')[0] // the major version number of Chrome

Expand Down

0 comments on commit 1cc8c21

Please sign in to comment.