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

Unified Diff: ios/chrome/app/startup/provider_registration.mm

Issue 2612433002: Remove CRWWebControllerProvider (Closed)
Patch Set: Remove DEPS 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
« no previous file with comments | « components/autofill/ios/browser/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/startup/provider_registration.mm
diff --git a/ios/chrome/app/startup/provider_registration.mm b/ios/chrome/app/startup/provider_registration.mm
index c34b8b45f2279b57d7d146ccf08b724e5da04bbe..8a60ef15dd42ef8a56b8c4a3fce6ee84450a8e90 100644
--- a/ios/chrome/app/startup/provider_registration.mm
+++ b/ios/chrome/app/startup/provider_registration.mm
@@ -4,7 +4,6 @@
#include "ios/chrome/app/startup/provider_registration.h"
-#include "ios/chrome/browser/web/web_controller_provider_factory_impl.h"
#include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
@implementation ProviderRegistration
@@ -15,7 +14,6 @@
// Leak the providers.
ios::SetChromeBrowserProvider(provider.release());
- ios::SetWebControllerProviderFactory(new WebControllerProviderFactoryImpl());
}
@end
« no previous file with comments | « components/autofill/ios/browser/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698