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

Unified Diff: ash/shell/shell_delegate_impl.h

Issue 2688353005: Fix shelf alignment and auto-hide initialization. (Closed)
Patch Set: Fix mash_unittests by installing a TestShellDelegate. Created 3 years, 10 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/shell/shell_delegate_impl.h
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index 4836b3a4cc83fd2f16462074b71f8bb67140e24e..dfe85b6de978cc0425dc82e2702ce7a2133cac13 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -52,8 +52,6 @@ class ShellDelegateImpl : public ShellDelegate {
void UpdateTouchscreenStatusFromPrefs() override;
private:
- ShelfDelegate* shelf_delegate_ = nullptr;
-
DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
};

Powered by Google App Engine
This is Rietveld 408576698