Index: ios/public/provider/chrome/browser/chrome_browser_provider.h |
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h |
index 7897e6a62cf9309965e45301291efcab3fe56106..2412f6e73b7d1087afe324bbcffd7bff6f5e9aba 100644 |
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h |
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h |
@@ -86,8 +86,6 @@ class ChromeBrowserProvider { |
virtual void ShowTranslateSettings(); |
// Returns the distribution brand code. |
virtual std::string GetDistributionBrandCode(); |
- // Returns whether the new bookmark collection experience is enabled. |
- virtual bool IsBookmarkCollectionEnabled(); |
// Returns the chrome UI scheme. |
// TODO(droger): Remove this method once chrome no longer needs to match |
// content. |