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

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

Issue 2693543002: Remove logo from Physical Web omnibox suggestions (Closed)
Patch Set: Created 3 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
Index: ios/chrome/browser/ui/settings/settings_navigation_controller.h
diff --git a/ios/chrome/browser/ui/settings/settings_navigation_controller.h b/ios/chrome/browser/ui/settings/settings_navigation_controller.h
index 3b2c1bd18f512e16c6e8353000d4b1aa4fe98ec9..3532e5ed17305a780a8edde09142d07f8580cd64 100644
--- a/ios/chrome/browser/ui/settings/settings_navigation_controller.h
+++ b/ios/chrome/browser/ui/settings/settings_navigation_controller.h
@@ -109,13 +109,6 @@ newContextualSearchController:(ios::ChromeBrowserState*)browserState
newSavePasswordsController:(ios::ChromeBrowserState*)browserState
delegate:(id<SettingsNavigationControllerDelegate>)delegate;
-// Creates and displays a new PhysicalWebCollectionViewController and the chrome
-// around it. |browserState| is used to personalize some settings aspects and
-// should not be null. |delegate| may be nil.
-+ (SettingsNavigationController*)
-newPhysicalWebController:(ios::ChromeBrowserState*)browserState
- delegate:(id<SettingsNavigationControllerDelegate>)delegate;
-
// Creates and displays a new UserFeedbackViewController. |browserState| is used
// to personalize some settings aspects and should not be nil. |dataSource| is
// used to populate the UserFeedbackViewController. |delegate| may be nil.

Powered by Google App Engine
This is Rietveld 408576698