summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/chrome_launcher_prefs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/chrome_launcher_prefs.cc')
-rw-r--r--chrome/browser/ui/ash/chrome_launcher_prefs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.cc b/chrome/browser/ui/ash/chrome_launcher_prefs.cc
index 74d1359..8de78f9 100644
--- a/chrome/browser/ui/ash/chrome_launcher_prefs.cc
+++ b/chrome/browser/ui/ash/chrome_launcher_prefs.cc
@@ -40,6 +40,7 @@ const char kShelfAutoHideBehaviorNever[] = "Never";
extern const char kShelfAlignmentBottom[] = "Bottom";
extern const char kShelfAlignmentLeft[] = "Left";
extern const char kShelfAlignmentRight[] = "Right";
+extern const char kShelfAlignmentTop[] = "Top";
void RegisterChromeLauncherUserPrefs(PrefServiceSyncable* user_prefs) {
// TODO: If we want to support multiple profiles this will likely need to be