Use a DictionaryValue everywhere instead of a string map.
This commit is contained in:
parent
2295f3a832
commit
90cc10944a
9 changed files with 37 additions and 38 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue