|
Replace OnceOffCreateShortcuts with UpdateShortcutsForAllAppsIfNeeded.
The once-off creation logic is no longer needed as app
shortcuts have been enabled by default for a while.
This replaces kAppShortcutsHaveBeenCreated with
kAppShortcutsVersion and allows us to trigger a rebuild
of all app shortcuts. This is only implemented for Mac.
BUG= 266725
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274498
Total comments: 7
Total comments: 12
Total comments: 3
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+101 lines, -42 lines) |
Patch |
 |
M |
chrome/browser/apps/shortcut_manager.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/shortcut_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+26 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_service_impl.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_linux.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|