protocol: api to register schemes that can handle service worker
This commit is contained in:
parent
5e9aca4524
commit
855d49100f
12 changed files with 86 additions and 8 deletions
|
@ -38,6 +38,9 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
static void SuppressRendererProcessRestartForOnce();
|
||||
// Custom schemes to be registered to standard.
|
||||
static void SetCustomSchemes(const std::vector<std::string>& schemes);
|
||||
// Custom schemes to be registered to handle service worker.
|
||||
static void SetCustomServiceWorkerSchemes(
|
||||
const std::vector<std::string>& schemes);
|
||||
|
||||
protected:
|
||||
// content::ContentBrowserClient:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue