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

Unified Diff: ash/shell/shelf_delegate_impl.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/shell/shelf_delegate_impl.cc
diff --git a/ash/shell/shelf_delegate_impl.cc b/ash/shell/shelf_delegate_impl.cc
index 0112009c3740ab367b1e648f64c1b72a19061941..47563572b3ad82b1aac50bc1db983df2d7fb1b60 100644
--- a/ash/shell/shelf_delegate_impl.cc
+++ b/ash/shell/shelf_delegate_impl.cc
@@ -49,5 +49,10 @@ bool ShelfDelegateImpl::CanPin() const {
void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) {
}
+bool ShelfDelegateImpl::CanUserModifyShelfAutoHideBehavior(
+ aura::Window* root_window) const {
+ return true;
+}
+
} // namespace shell
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698