This commit is contained in:
Samuel Attard 2018-02-15 14:06:49 +11:00 коммит произвёл Cheng Zhao
Родитель 731240e0e9
Коммит 7dec3c9320
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,8 @@ void AtomJavaScriptDialogManager::RunJavaScriptDialog(
std::string checkbox_string;
if (origin_counts_[origin] > 1 &&
WebContentsPreferences::IsPreferenceEnabled("safeDialogs", web_contents)) {
WebContentsPreferences::IsPreferenceEnabled("safeDialogs",
web_contents)) {
if (!WebContentsPreferences::GetString("safeDialogsMessage",
&checkbox_string, web_contents)) {
checkbox_string = "Prevent this app from creating additional dialogs";