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

Unified Diff: ui/app_list/cocoa/apps_pagination_model_observer.h

Issue 19460003: One-click install for the OSX App Launcher Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Cleaner, more future-proof Created 6 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 | « ui/app_list/cocoa/apps_grid_view_item.mm ('k') | ui/app_list/cocoa/apps_search_results_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/apps_pagination_model_observer.h
diff --git a/ui/app_list/cocoa/apps_pagination_model_observer.h b/ui/app_list/cocoa/apps_pagination_model_observer.h
index a2f463f9dabde6cc9f4a330d8831a8b43f380247..1413c31a25bef59d4acb66a5eda8b65a154e8455 100644
--- a/ui/app_list/cocoa/apps_pagination_model_observer.h
+++ b/ui/app_list/cocoa/apps_pagination_model_observer.h
@@ -21,6 +21,9 @@
// Return a pager segment at |locationInWindow| or -1 if there is none.
- (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow;
+// If there is a search result, clear it to ensure the grid is visible.
+- (void)ensureAppsPagesVisible;
+
@end
#endif // UI_APP_LIST_COCOA_APPS_PAGINATION_MODEL_OBSERVER_H_
« no previous file with comments | « ui/app_list/cocoa/apps_grid_view_item.mm ('k') | ui/app_list/cocoa/apps_search_results_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698