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

Unified Diff: chrome/browser/ui/views/external_protocol_dialog.h

Issue 2610793002: Add a browser test for the views external protocol dialog. (Closed)
Patch Set: CreateDialog is a macro on Windows -_- Created 3 years, 11 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
Index: chrome/browser/ui/views/external_protocol_dialog.h
diff --git a/chrome/browser/ui/views/external_protocol_dialog.h b/chrome/browser/ui/views/external_protocol_dialog.h
index ad2efc329741f562b0a4e07e125e990a80e51dbb..6005ee4e0646e9bdd758895955050ce3f62f4a47 100644
--- a/chrome/browser/ui/views/external_protocol_dialog.h
+++ b/chrome/browser/ui/views/external_protocol_dialog.h
@@ -25,6 +25,7 @@ class ExternalProtocolDialog : public views::DialogDelegate {
int routing_id);
~ExternalProtocolDialog() override;
+ void SetCheckBoxSelectedForTesting(bool checked);
tapted 2017/01/04 23:32:49 instead of this, you can do namespace test { clas
dominickn 2017/01/04 23:51:35 Done.
// views::DialogDelegate methods:
int GetDefaultDialogButton() const override;

Powered by Google App Engine
This is Rietveld 408576698