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

Unified Diff: chrome/common/pref_names.h

Issue 263403002: Replace OnceOffCreateShortcuts with UpdateShortcutsForAllAppsIfNeeded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 5a9538a9166edefc0a0d39dc2531d9647c739f06..56c38c99d07b617ada5a873d0337e2645959496e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -863,7 +863,7 @@ extern const char kShowAppLauncherPromo[];
extern const char kAppLaunchForMetroRestart[];
extern const char kAppLaunchForMetroRestartProfile[];
-extern const char kAppShortcutsHaveBeenCreated[];
+extern const char kAppShortcutsVersion[];
extern const char kModuleConflictBubbleShown[];

Powered by Google App Engine
This is Rietveld 408576698