Index: ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h |
diff --git a/ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h b/ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h |
index 068f1cebd586730749e8b2fdc9d3783229b10118..44ebdbacb3c699204903c040ab9676479eb58929 100644 |
--- a/ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h |
+++ b/ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h |
@@ -42,9 +42,8 @@ typedef NS_ENUM(NSInteger, TouchToSearchPreferenceState) { |
// Touch-to-Search feature. |
@interface TouchToSearchPermissionsMediator : NSObject |
-// YES if the device supports Touch-to-Search (based on command line flags and |
-// Finch experiments). The return value will be the same over the lifetime of |
-// a Chrome process. |
+// YES if the device supports Touch-to-Search (based on command line flags). The |
+// return value will be the same over the lifetime of a Chrome process. |
+ (BOOL)isTouchToSearchAvailableOnDevice; |
// Designated initializer. |