|
Convert infobar APIs to UTF-16.
The critical change is the base class in infobar_delegate.h.
The remainder is just adapting all users to that change.
I grepped for all instances of the three base functions whose
types I changed to be more sure that I found all classes that
tried to overload these functions. I sure wish C++ had an
@Override annotation. :~(
TEST=compiles
BUG= 23581
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56066
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -234 lines) |
Patch |
 |
M |
chrome/browser/alternate_nav_url_fetcher.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/alternate_nav_url_fetcher.cc
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/blocked_plugin_manager.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/blocked_plugin_manager.cc
|
View
|
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_init.cc
|
View
|
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/infobar_controller.mm
|
View
|
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/infobar_controller_unittest.mm
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/infobar_test_helper.h
|
View
|
1
|
6 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/keystone_infobar.mm
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_request_infobar_delegate.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_request_infobar_delegate.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_util.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crashed_extension_infobar.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crashed_extension_infobar.cc
|
View
|
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_disabled_infobar_delegate.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_ui.cc
|
View
|
|
1 chunk |
+5 lines, -3 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/extensions/theme_installed_infobar_delegate.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/theme_installed_infobar_delegate.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context.cc
|
View
|
|
1 chunk |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/infobar_gtk.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/infobar_gtk.cc
|
View
|
|
8 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/desktop_notification_service.cc
|
View
|
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/omnibox_search_hint.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_installer.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_installer.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_dialog_gtk.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_policy_backend.cc
|
View
|
|
6 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/infobar_delegate.h
|
View
|
|
5 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/infobar_delegate.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
5 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
View
|
|
3 chunks |
+10 lines, -7 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/views/infobars/infobars.cc
|
View
|
1
|
6 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|