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

Unified Diff: ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h

Issue 2870783002: Adds Compose Email Settings UI for deprecating Native App Launcher (Closed)
Patch Set: replied to comments from rohitrao 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/ui/settings/content_settings_collection_view_controller.h
diff --git a/ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h b/ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h
index a0c6b07f3969c4e1e0519da18fd0d9ce300397aa..7523cf170e6167933a614879ab2c4ba2e6c991ce 100644
--- a/ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h
+++ b/ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h
@@ -6,6 +6,7 @@
#define IOS_CHROME_BROWSER_UI_SETTINGS_CONTENT_SETTINGS_COLLECTION_VIEW_CONTROLLER_H_
#import "ios/chrome/browser/ui/settings/settings_root_collection_view_controller.h"
+#import "ios/chrome/browser/web/mailto_url_rewriter.h"
namespace ios {
class ChromeBrowserState;
@@ -14,7 +15,7 @@ class ChromeBrowserState;
// Controller for the UI that allows the user to change content settings like
// blocking popups.
@interface ContentSettingsCollectionViewController
- : SettingsRootCollectionViewController
+ : SettingsRootCollectionViewController<MailtoURLRewriterObserver>
// The designated initializer. |browserState| must not be nil.
- (instancetype)initWithBrowserState:(ios::ChromeBrowserState*)browserState

Powered by Google App Engine
This is Rietveld 408576698