chore: bump chromium to 32e0bab929213da1019992bf31d29 (master) (#19488)

This commit is contained in:
Electron Bot 2019-08-02 16:56:46 -07:00 committed by Jeremy Apthorp
parent d0800aa200
commit e959137a4b
112 changed files with 524 additions and 5639 deletions

View file

@ -6,6 +6,7 @@
#define SHELL_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
#include <string>
#include <vector>
#include "content/public/browser/content_browser_client.h"
#include "native_mate/dictionary.h"
@ -19,6 +20,11 @@ class AtomBrowserContext;
namespace api {
std::vector<std::string> GetStandardSchemes();
void RegisterSchemesAsPrivileged(v8::Local<v8::Value> val,
mate::Arguments* args);
// Possible errors.
enum class ProtocolError {
OK, // no error