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

Unified Diff: ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc

Issue 1877543002: Revise the shelf alignment locking mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move logic to a new ShelfLockingManager, owned by Shelf. Created 4 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: ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc
diff --git a/ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc b/ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc
index 32afe08e5d2df2cd6e310e673c7b44879d18620c..22b04a9b73ff7134b116c85784c6004c764f05dd 100644
--- a/ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc
+++ b/ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc
@@ -63,6 +63,7 @@ INSTANTIATE_TEST_CASE_P(ShelfAlignmentAny,
KeyboardOverlayDelegateTest,
testing::Values(SHELF_ALIGNMENT_BOTTOM,
SHELF_ALIGNMENT_LEFT,
- SHELF_ALIGNMENT_RIGHT));
+ SHELF_ALIGNMENT_RIGHT,
+ SHELF_ALIGNMENT_LOCKED));
} // namespace ash
« no previous file with comments | « ash/ash.gyp ('k') | ash/mus/shelf_delegate_mus.cc » ('j') | ash/shelf/shelf_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698