Return mate::Dictionary instead of v8::value

This commit is contained in:
Hari Krishna Reddy Juturu 2017-04-27 21:07:35 -07:00
parent 88ad28b2a5
commit 07b53c0284
2 changed files with 4 additions and 4 deletions

View file

@ -18,6 +18,7 @@
#include "chrome/browser/icon_manager.h"
#include "chrome/browser/process_singleton.h"
#include "content/public/browser/gpu_data_manager_observer.h"
#include "native_mate/dictionary.h"
#include "native_mate/handle.h"
#include "net/base/completion_callback.h"
@ -142,7 +143,7 @@ class App : public AtomBrowserClient::Delegate,
void GetFileIcon(const base::FilePath& path,
mate::Arguments* args);
v8::Local<v8::Value> GetAppMemoryInfo(v8::Isolate* isolate);
std::vector<mate::Dictionary> GetAppMemoryInfo(v8::Isolate* isolate);
#if defined(OS_WIN)
// Get the current Jump List settings.