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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc

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/views/app_list/linux/app_list_linux_unittest.cc
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc b/chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc
index a701353d58e5534f98085c61db89da964ed8fe07..e0008c401cb2bae1c1b65fe16b9f2c4609c5a2b1 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc
+++ b/chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc
@@ -108,7 +108,8 @@ class AppListLinuxUnitTest : public testing::Test {
return AppListLinux::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
display_,
cursor_,
- ShelfEdge());
+ ShelfEdge(),
+ false);
benwells 2014/04/30 06:40:30 This thing is no longer experimental: it is being
Matt Giuca 2014/04/30 06:53:38 Sounds reasonable.
Matt Giuca 2014/05/05 06:18:05 Done.
}
private:

Powered by Google App Engine
This is Rietveld 408576698