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

Unified Diff: apps/pref_names.h

Issue 13940006: Remove --show-app-list-shortcut flag and implement new app launcher enable logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make start menu shortcut creation happen on enable Created 7 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
« no previous file with comments | « apps/apps.gypi ('k') | apps/pref_names.cc » ('j') | apps/pref_names.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.h
diff --git a/apps/pref_names.h b/apps/pref_names.h
index db5d7c2d9ff31d9dfbe9b793ed546b8bde611c2e..1e312e72d8fe11b77fbce6cae2e6d1d13f3182fb 100644
--- a/apps/pref_names.h
+++ b/apps/pref_names.h
@@ -10,9 +10,11 @@ namespace prefs {
// Alphabetical list of preference names specific to Apps component.
// Keep alphabetized and document each one in the source file.
-extern const char kAppLauncherIsEnabled[];
-extern const char kAppLaunchForMetroRestart[];
extern const char kAppLaunchForMetroRestartProfile[];
+extern const char kAppLaunchForMetroRestart[];
+extern const char kAppLauncherHasBeenEnabled[];
+extern const char kAppLauncherIsEnabled[];
+extern const char kAppLauncherStartMenuShortcutCreated[];
extern const char kShowAppLauncherPromo[];
} // namespace prefs
« no previous file with comments | « apps/apps.gypi ('k') | apps/pref_names.cc » ('j') | apps/pref_names.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698