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