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

Unified Diff: extensions/browser/extension_dialog_auto_confirm.h

Issue 2860663003: Make CWS Report Abuse page the active tab after report abuse and uninstall (Closed)
Patch Set: Addressing last nits Created 3 years, 7 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 | « chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_dialog_auto_confirm.h
diff --git a/extensions/browser/extension_dialog_auto_confirm.h b/extensions/browser/extension_dialog_auto_confirm.h
index 9ae29b08ea52cdf36d4e99d767ff5c9bf10f4123..5d0c29eac5223714655db57bc733c91786047d0f 100644
--- a/extensions/browser/extension_dialog_auto_confirm.h
+++ b/extensions/browser/extension_dialog_auto_confirm.h
@@ -13,9 +13,11 @@ namespace extensions {
class ScopedTestDialogAutoConfirm {
public:
enum AutoConfirm {
- NONE, // The prompt will show normally.
- ACCEPT, // The prompt will always accept.
- CANCEL, // The prompt will always cancel.
+ NONE, // The prompt will show normally.
+ ACCEPT, // The prompt will always accept.
+ ACCEPT_AND_OPTION, // The prompt will always check an option (if any)
+ // and accept.
+ CANCEL, // The prompt will always cancel.
};
explicit ScopedTestDialogAutoConfirm(AutoConfirm override_value);
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698