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

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

Issue 2899213002: Removed NativeAppsCollectionViewController and related code. (Closed)
Patch Set: removed StoreKit.framework Created 3 years, 6 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 3f917fe48f525378073322314377eaba1ab672ef..2afb19a564e8e67d3e6b9f5527048df7e811ad73 100644
--- a/ios/chrome/browser/ui/settings/settings_navigation_controller.h
+++ b/ios/chrome/browser/ui/settings/settings_navigation_controller.h
@@ -79,13 +79,6 @@ newSyncEncryptionPassphraseController:(ios::ChromeBrowserState*)browserState
delegate:(id<SettingsNavigationControllerDelegate>)
delegate;
-// Creates a new NativeAppsCollectionViewController and the chrome around it.
-// |browserState| is used to personalize some settings aspects and should not be
-// nil. |delegate| may be nil.
-+ (SettingsNavigationController*)
-newNativeAppsController:(ios::ChromeBrowserState*)browserState
- delegate:(id<SettingsNavigationControllerDelegate>)delegate;
-
// Creates a new ClearBrowsingDataCollectionViewController and the chrome around
// it.
// |browserState| is used to personalize some settings aspects and should not be

Powered by Google App Engine
This is Rietveld 408576698