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

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: 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
Index: apps/pref_names.h
diff --git a/apps/pref_names.h b/apps/pref_names.h
index 27eedb47a626b24c354abc993b00208ede96bc9d..26140f035ed5d4710289ae6b1b13b027f7913940 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 kAppShortcutsEnabled[];
extern const char kShowAppLauncherPromo[];
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698