Revert "Use a DictionaryValue everywhere instead of a string map."

This reverts commit 90cc10944a.
This commit is contained in:
Charlie Hess 2016-05-03 10:31:53 -07:00
parent 90cc10944a
commit f84a973d69
9 changed files with 38 additions and 37 deletions

View file

@ -139,7 +139,8 @@ void Browser::Activate(bool has_visible_windows) {
#if defined(OS_MACOSX)
bool Browser::ContinueUserActivity(const std::string& type,
const base::DictionaryValue& user_info) {
const std::map<std::string,
std::string>& user_info) {
bool prevent_default = false;
FOR_EACH_OBSERVER(BrowserObserver,
observers_,