|
Remove ExtensionService::GetInstalledApp() and ExtensionService::IsInstalledApp()
Move GetInstalledApp() to ExtensionSet::GetAppByURL().
- More accurately named.
- Forces callers to understand that they are only searching the given extension
set (GetInstalledApp() implied it may have searched more than just enabled
extensions).
Remove IsInstalledApp(), since this was used in only two places and can be substituted with GetAppByUrl() != NULL.
BUG= 351891
TBR=dzhioev@chromium.org (c/b/chromeos/first_run/)
TBR=kinuko@chromium.org (c/b/sync_file_system/)
TBR=nick@chromium.org (c/b/task_manager/)
(All TBRs are for strictly mechanical changes)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263075
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+100 lines, -90 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/extension_app_provider.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/first_run/drive_first_run_controller.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sessions/session_restore.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sessions/tab_restore_service_helper.cc
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/local_file_sync_service.cc
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/tab_contents_information.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_commands.cc
|
View
|
1
2
3
4
|
5 chunks |
+14 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
View
|
1
2
3
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension_set.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension_set.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (0 generated)
|