|
Remove IDC_CREATE_SHORTCUT and its associated UI.
IDC_CREATE_SHORTCUT allows a user to create a hosted app from an
arbitrary web page. It was never implemented for Mac. On other
platforms, it has beed replaced by "Add to {Desktop, Homescreen,
Applications}". That is, BookmarkAppConfirmationView is now used instead
of CreateUrlApplicationShortcutView.
And although it may appear that IDC_CREATE_SHORTCUTS is an "enabled"
command, there's actually no way to invoke that command on any platform
because app_menu_model.cc will always add IDC_CREATE_HOSTED_APP instead.
(One exception: the x11 menubar on Desktop Linux had an entry, but
that's accidental).
BUG= 702551
Review-Url: https://codereview.chromium.org/2772713002
Cr-Commit-Position: refs/heads/master@{#462322}
Committed: https://chromium.googlesource.com/chromium/src/+/b72edff87d31139a6c466b14c153776029bd6008
Total comments: 7
Total comments: 8
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -684 lines) |
Patch |
 |
M |
chrome/app/chrome_command_ids.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/tab_helper.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/tab_helper.cc
|
View
|
|
3 chunks |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/shell_integration_linux.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -126 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_command_controller.cc
|
View
|
|
3 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_commands.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_commands.cc
|
View
|
|
2 chunks |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_dialogs.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/toolbar/app_menu_model.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/toolbar/app_menu_model.cc
|
View
|
|
3 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/create_application_shortcut_view.h
|
View
|
1
2
|
2 chunks |
+24 lines, -95 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/create_application_shortcut_view.cc
|
View
|
1
2
3
|
9 chunks |
+39 lines, -343 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app_win.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/actions/actions.xml
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 55 (39 generated)
|