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

Unified Diff: ash/test/test_shelf_delegate.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/test/test_shelf_delegate.cc
diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc
index c880d2433fb7db9b54c925d9eb0c30367f417d6f..1eb060927bfc6d4f44d419e4198a07d4bfd550e8 100644
--- a/ash/test/test_shelf_delegate.cc
+++ b/ash/test/test_shelf_delegate.cc
@@ -104,5 +104,10 @@ bool TestShelfDelegate::IsAppPinned(const std::string& app_id) {
void TestShelfDelegate::UnpinAppWithID(const std::string& app_id) {
}
+bool TestShelfDelegate::CanUserModifyShelfAutoHideBehavior(
+ aura::Window* root_window) const {
+ return true;
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698