fix stale rebase
This commit is contained in:
parent
7e7634d344
commit
b08d086b0f
2 changed files with 0 additions and 44 deletions
|
@ -95,13 +95,9 @@ void AtomJavaScriptDialogManager::OnMessageBoxCallback(
|
|||
const std::string& origin,
|
||||
int code,
|
||||
bool checkbox_checked) {
|
||||
<<<<<<< HEAD
|
||||
if (checkbox_checked)
|
||||
origin_counts_[origin] = kUserWantsNoMoreDialogs;
|
||||
callback.Run(code == 0, base::string16());
|
||||
=======
|
||||
std::move(callback).Run(code == 0, base::string16());
|
||||
>>>>>>> Calling non-const callbacks requires some tricks
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue