Fix code styling problems
This commit is contained in:
parent
3f2a25d07c
commit
7268f434b2
9 changed files with 51 additions and 36 deletions
|
@ -138,9 +138,9 @@ void Browser::Activate(bool has_visible_windows) {
|
|||
}
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
bool Browser::ContinueUserActivity(const std::string& type,
|
||||
const std::map<std::string,
|
||||
std::string>& user_info) {
|
||||
bool Browser::ContinueUserActivity(
|
||||
const std::string& type,
|
||||
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