mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fully support converting NSDictionary to JS userInfo object
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#define ATOM_BROWSER_API_ATOM_API_APP_H_
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#include "atom/browser/api/event_emitter.h"
|
||||
#include "atom/browser/atom_browser_client.h"
|
||||
@@ -76,7 +75,7 @@ class App : public AtomBrowserClient::Delegate,
|
||||
void OnContinueUserActivity(
|
||||
bool* prevent_default,
|
||||
const std::string& type,
|
||||
const std::map<std::string, std::string>& user_info) override;
|
||||
const base::DictionaryValue& user_info) override;
|
||||
#endif
|
||||
|
||||
// content::ContentBrowserClient:
|
||||
|
||||
Reference in New Issue
Block a user