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

Unified Diff: ash/system/chromeos/network/tray_vpn.cc

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: merge 2 trunk Created 4 years, 8 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/system/chromeos/network/tray_vpn.cc
diff --git a/ash/system/chromeos/network/tray_vpn.cc b/ash/system/chromeos/network/tray_vpn.cc
index 36c55b7339e78e8975babd1c6e1d4299cdcce8b0..90a6d31a5c962833fff913ab302259f98159e362 100644
--- a/ash/system/chromeos/network/tray_vpn.cc
+++ b/ash/system/chromeos/network/tray_vpn.cc
@@ -170,8 +170,7 @@ void TrayVPN::DestroyDetailedView() {
void TrayVPN::UpdateAfterLoginStatusChange(user::LoginStatus status) {
}
-void TrayVPN::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
-}
+void TrayVPN::UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment) {}
void TrayVPN::NetworkStateChanged() {
if (default_)

Powered by Google App Engine
This is Rietveld 408576698