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

Unified Diff: ash/shell/shelf_delegate_impl.h

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.h
diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
index ed6dc6d7d3cc9c1d512f690b216ab86b28eb60d3..42e05b82c38352e336f72a133660128c15c6c4bf 100644
--- a/ash/shell/shelf_delegate_impl.h
+++ b/ash/shell/shelf_delegate_impl.h
@@ -33,6 +33,8 @@ class ShelfDelegateImpl : public ShelfDelegate {
virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
virtual bool CanPin() const OVERRIDE;
virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
+ virtual bool CanUserModifyShelfAutoHideBehavior(
+ aura::Window* root_window) const OVERRIDE;
private:
// Used to update Launcher. Owned by main.

Powered by Google App Engine
This is Rietveld 408576698