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

Unified Diff: chrome/browser/ui/ash/chrome_launcher_prefs.h

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: comment 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: chrome/browser/ui/ash/chrome_launcher_prefs.h
diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
index 2210f1e047041b1355bcf37e6f94c349aa0db9ce..de6fe245bb91cc6597c6f1b211a90a7884399eb0 100644
--- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
+++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
@@ -49,10 +49,11 @@ void SetShelfAutoHideBehaviorPref(PrefService* prefs,
ShelfAutoHideBehavior behavior);
// Get or set the shelf alignment preference for a root window.
-ShelfAlignment GetShelfAlignmentPref(PrefService* prefs, int64_t display_id);
+wm::ShelfAlignment GetShelfAlignmentPref(PrefService* prefs,
+ int64_t display_id);
void SetShelfAlignmentPref(PrefService* prefs,
int64_t display_id,
- ShelfAlignment alignment);
+ wm::ShelfAlignment alignment);
} // namespace ash
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/tray_step.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698