protocol: fix registerStandardSchemes api

This commit is contained in:
deepak1556 2016-05-06 00:04:16 +05:30
parent b05fa2ed5b
commit 1ff33b7c81
8 changed files with 83 additions and 29 deletions

View file

@ -36,8 +36,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
// Don't force renderer process to restart for once.
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);