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

Unified Diff: ios/chrome/browser/web/fake_mailto_handler_helpers.h

Issue 2889183005: Show all mailto: handlers, but dim unavailable ones. (Closed)
Patch Set: add deps 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
Index: ios/chrome/browser/web/fake_mailto_handler_helpers.h
diff --git a/ios/chrome/browser/web/fake_mailto_handler_helpers.h b/ios/chrome/browser/web/fake_mailto_handler_helpers.h
index c48d7ca89ca91e9beac0c4bf8cb0b65b5b3fb3b9..5816751e149d3c13fffe4d7a6acc229c51a34cf3 100644
--- a/ios/chrome/browser/web/fake_mailto_handler_helpers.h
+++ b/ios/chrome/browser/web/fake_mailto_handler_helpers.h
@@ -20,6 +20,10 @@
@interface FakeMailtoHandlerGmailInstalled : MailtoHandlerGmail
@end
+// Fake mailto: handler
+@interface FakeMailtoHandlerForTesting : MailtoHandler
+@end
+
// An observer object that counts and reports the number of times it has been
// called by the MailtoURLRewriter object.
@interface CountingMailtoURLRewriterObserver

Powered by Google App Engine
This is Rietveld 408576698