💄 Fix cpplint warnings.
This commit is contained in:
parent
cd68396bd5
commit
7e67f7632d
5 changed files with 20 additions and 10 deletions
|
@ -21,11 +21,15 @@ class Protocol {
|
|||
|
||||
private:
|
||||
static void RegisterProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void UnregisterProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void IsHandledProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void UnregisterProtocol(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void IsHandledProtocol(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
static void InterceptProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void UninterceptProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void InterceptProtocol(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void UninterceptProtocol(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
static void RegisterProtocolInIO(const std::string& scheme);
|
||||
static void UnregisterProtocolInIO(const std::string& scheme);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue