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: apps/pref_names.h

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/DEPS ('k') | apps/pref_names.cc » ('j') | no next file with comments »
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 27eedb47a626b24c354abc993b00208ede96bc9d..13b26a884cb094424a306d2d94ade47ca57bbef7 100644
--- a/apps/pref_names.h
+++ b/apps/pref_names.h
@@ -14,6 +14,7 @@ extern const char kAppLaunchForMetroRestartProfile[];
extern const char kAppLaunchForMetroRestart[];
extern const char kAppLauncherHasBeenEnabled[];
extern const char kAppLauncherIsEnabled[];
+extern const char kShortcutsHaveBeenCreated[];
extern const char kShowAppLauncherPromo[];
} // namespace prefs
« no previous file with comments | « apps/DEPS ('k') | apps/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698