refactor: implement GetResourcesPath using MainApplicationBundlePath on Mac (#19135)

This commit is contained in:
Milan Burda 2019-07-09 11:56:40 +02:00 committed by Alexey Kuzmin
parent 436d5c9ac1
commit b32bee5d84
3 changed files with 11 additions and 17 deletions

View file

@ -34,7 +34,6 @@ class NodeBindings {
static NodeBindings* Create(BrowserEnvironment browser_env);
static void RegisterBuiltinModules();
static bool IsInitialized();
static base::FilePath::StringType GetHelperResourcesPath();
virtual ~NodeBindings();