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

Unified Diff: components/app_modal/javascript_app_modal_dialog.h

Issue 1732563002: Include suppressed dialogs in the FineTiming histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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 | components/app_modal/javascript_app_modal_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal/javascript_app_modal_dialog.h
diff --git a/components/app_modal/javascript_app_modal_dialog.h b/components/app_modal/javascript_app_modal_dialog.h
index fca11c2533c9d5b81ab047dfdcb51e3e924d9f88..0fb4d899788fb1f1e598e72378ef3d54e1a8aaec 100644
--- a/components/app_modal/javascript_app_modal_dialog.h
+++ b/components/app_modal/javascript_app_modal_dialog.h
@@ -25,6 +25,9 @@ class ChromeJavaScriptDialogExtraData {
// True if the user has decided to block future JavaScript dialogs.
bool suppress_javascript_messages_;
+
+ // Number of dialogs from the origin that were suppressed.
+ int suppressed_dialog_count_;
};
// A controller + model class for JavaScript alert, confirm, prompt, and
« no previous file with comments | « no previous file | components/app_modal/javascript_app_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698