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

Unified Diff: ash/shelf/shelf_view_unittest.cc

Issue 107163005: [ash] Add TYPE_DIALOG and its item's LauncherContextMenu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/shelf/shelf_view_unittest.cc
diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
index d3e2b1d2e6b9edb35ccfb9eb941b4d4e81dccb81..ea386d78e08e3f122c7006819bb6aa8e75d3db26 100644
--- a/ash/shelf/shelf_view_unittest.cc
+++ b/ash/shelf/shelf_view_unittest.cc
@@ -247,6 +247,11 @@ class TestShelfDelegateForShelfView : public ShelfDelegate {
model_->RemoveItemAt(index);
}
+ virtual bool CanUserModifyShelfAutoHideBehavior(
+ aura::Window* root_window) const OVERRIDE {
+ return true;
+ }
+
private:
ShelfModel* model_;

Powered by Google App Engine
This is Rietveld 408576698