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

Unified Diff: apps/pref_names.cc

Issue 17261016: When app shortcuts are enabled, do a once-off creation of all shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Fix tests. Created 7 years, 6 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/pref_names.h ('k') | apps/prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.cc
diff --git a/apps/pref_names.cc b/apps/pref_names.cc
index b4d3176a594112a72114f76b23587bff3b327b81..cb9dea064b395d7d862aae9ce4ae6748d947a043 100644
--- a/apps/pref_names.cc
+++ b/apps/pref_names.cc
@@ -27,6 +27,10 @@ const char kAppLauncherHasBeenEnabled[] =
const char kAppLauncherIsEnabled[] =
"apps.app_launcher.should_show_apps_page";
+// A boolean that indicates whether app shortcuts have been created.
+// On a transition from false to true, shortcuts are created for all apps.
+const char kShortcutsHaveBeenCreated[] = "apps.shortcuts_have_been_created";
+
// A boolean identifying if we should show the app launcher promo or not.
const char kShowAppLauncherPromo[] = "app_launcher.show_promo";
« no previous file with comments | « apps/pref_names.h ('k') | apps/prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698