Add WebContents.insertCSS
This commit is contained in:
parent
1f08d50e98
commit
e214ce6bc4
4 changed files with 15 additions and 3 deletions
|
@ -55,6 +55,7 @@ class WebContents : public mate::EventEmitter,
|
|||
int GetProcessID() const;
|
||||
bool IsCrashed() const;
|
||||
void SetUserAgent(const std::string& user_agent);
|
||||
void InsertCSS(const std::string& css);
|
||||
void ExecuteJavaScript(const base::string16& code);
|
||||
bool SendIPCMessage(const base::string16& channel,
|
||||
const base::ListValue& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue