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

Unified Diff: ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_mediator.h

Issue 2627663002: Remove Finch config control for contextual search. (Closed)
Patch Set: 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
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.

Powered by Google App Engine
This is Rietveld 408576698