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

Unified Diff: ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h

Issue 2934463002: [iOS] Add experimental new keyboard accessory view. (Closed)
Patch Set: Addressed comments. 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/toolbar/keyboard_accessory_view.h
diff --git a/ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h b/ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h
index a33130490ff72bc36daab243121420c0ae568802..5c27a5665daec1053335978c8a6288476ed53099 100644
--- a/ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h
+++ b/ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h
@@ -16,6 +16,10 @@
// Notifies the delegate that a touch up occured in the the Voice Search button.
- (void)keyboardAccessoryVoiceSearchTouchUpInside;
+// Notifies the delegate that a touch up occured in the the Camera Search
+// button.
+- (void)keyboardAccessoryCameraSearchTouchUpInside;
+
// Notifies the delegate that a key with the title |title| was pressed.
- (void)keyPressed:(NSString*)title;

Powered by Google App Engine
This is Rietveld 408576698