Add app.setDataPath API

This commit is contained in:
Cheng Zhao 2015-01-18 17:11:27 -08:00
parent c6fb645f6b
commit 45c26e0e5a
3 changed files with 10 additions and 16 deletions

View file

@ -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);