|
|
Introduce structures to reduce the number of arguments in the FaviconService methods.
Issue 10870022 introduced new arguments for the FaviconService methods, some of
them now having more than 6 arguments. These methods cannot be called using the
base::Bind mechanism because of template limitations.
This patch introduces auxiliar structures to reduce the number of arguments in
these methods and therefore allow using base::Bind on them.
BUG= 146003
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155113
Total comments: 6
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+95 lines, -97 lines) |
Patch |
 |
M |
chrome/browser/bookmarks/bookmark_html_writer.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_model.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_handler.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_service.h
|
View
|
1
2
3
|
3 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_service.cc
|
View
|
1
2
3
|
2 chunks |
+19 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/jumplist_win.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/session_model_associator.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/history_menu_bridge.mm
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/intents/web_intent_picker_controller.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/toolbar/back_forward_menu_model.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/extensions/extension_icon_source.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/favicon_source.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|