Add app.setDataPath API
This commit is contained in:
parent
c6fb645f6b
commit
45c26e0e5a
3 changed files with 10 additions and 16 deletions
|
@ -48,6 +48,7 @@ class App : public mate::EventEmitter,
|
|||
v8::Isolate* isolate) override;
|
||||
|
||||
private:
|
||||
void SetDataPath(const base::FilePath& path);
|
||||
base::FilePath GetDataPath();
|
||||
void ResolveProxy(const GURL& url, ResolveProxyCallback callback);
|
||||
void SetDesktopName(const std::string& desktop_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue