Linter fascism.
This commit is contained in:
parent
cd25066c9f
commit
f0517812b1
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ void Browser::DidFinishLaunching(const base::DictionaryValue& launch_info) {
|
|||
base::CreateDirectoryAndGetError(user_data, nullptr);
|
||||
|
||||
is_ready_ = true;
|
||||
FOR_EACH_OBSERVER(BrowserObserver, observers_, OnFinishLaunching(launch_info));
|
||||
FOR_EACH_OBSERVER(BrowserObserver, observers_,
|
||||
OnFinishLaunching(launch_info));
|
||||
}
|
||||
|
||||
void Browser::OnAccessibilitySupportChanged() {
|
||||
|
|
Loading…
Add table
Reference in a new issue