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

Unified Diff: ui/app_list/views/app_list_main_view.h

Issue 253983002: Use centered app list position whenever virtual keyboard is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only change shape when keyboard enabled (not when it *might* be enabled). Created 6 years, 8 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: ui/app_list/views/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index caa83b90618e5842da370eb6463b3173d4167950..54d3639cb898c4527337913384671ffa9239525b 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -62,6 +62,9 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
ContentsView* contents_view() const { return contents_view_; }
+ // Returns true if the experimental app list position should be used.
+ bool UseExperimentalAppListPosition() const;
+
private:
class IconLoader;

Powered by Google App Engine
This is Rietveld 408576698