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

Unified Diff: chrome/browser/ui/app_list/app_list_view_delegate.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: chrome/browser/ui/app_list/app_list_view_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
index 8c662c03c04ca83a83ac2684614d9b111e65e1dc..d82ac6fa44504885b3e85214331f5b576660cd59 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
@@ -86,6 +86,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
virtual content::WebContents* GetStartPageContents() OVERRIDE;
virtual content::WebContents* GetSpeechRecognitionContents() OVERRIDE;
virtual const Users& GetUsers() const OVERRIDE;
+ virtual bool UseExperimentalAppListPosition() const OVERRIDE;
virtual gfx::Rect GetVirtualKeyboardBounds() const OVERRIDE;
virtual void AddObserver(
app_list::AppListViewDelegateObserver* observer) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698