Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4731)

Unified Diff: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h

Issue 10928004: Merge 152716 - Fix a Windows crash bug with javascript alerts from extension popups. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h
===================================================================
--- chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h (revision 155001)
+++ chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h (working copy)
@@ -82,6 +82,9 @@
content::WebContents* web_contents_;
+ // True if CompleteDialog was called.
+ bool completed_;
+
DISALLOW_COPY_AND_ASSIGN(AppModalDialog);
};
« no previous file with comments | « no previous file | chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698