mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use a DictionaryValue everywhere instead of a string map.
This commit is contained in:
@@ -74,7 +74,7 @@ class App : public AtomBrowserClient::Delegate,
|
||||
void OnLogin(LoginHandler* login_handler) override;
|
||||
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;
|
||||
|
||||
// content::ContentBrowserClient:
|
||||
void AllowCertificateError(
|
||||
|
||||
Reference in New Issue
Block a user