Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed)

Created:
4 years, 5 months ago by no sievers
Modified:
3 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, aboxhall+watch_chromium.org, android-webview-reviews_chromium.org, asvitkine+watch_chromium.org, avayvod+watch_chromium.org, ben+mojo_chromium.org, cbentzel+watch_chromium.org, chasej+watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, dcheng, dmazzoni+watch_chromium.org, dominickn+watch_chromium.org, dtapuska+chromiumwatch_chromium.org, dtseng+watch_chromium.org, estade+watch_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, harkness+watch_chromium.org, iclelland+watch_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, je_julie, jkarlin+watch_chromium.org, johnme+watch_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, mlamouri+watch-media_chromium.org, nektar+watch_chromium.org, noyau+watch_chromium.org, ntp-dev+reviews_chromium.org, ortuno+watch_chromium.org, pam+watch_chromium.org, Peter Beverloo, posciak+watch_chromium.org, qsr+mojo_chromium.org, rouslan+autofill_chromium.org, scheib+watch_chromium.org, tdresser+watch_chromium.org, tfarina, toyoshim+midi_chromium.org, vabr+watchlistautofill_chromium.org, vabr+watchlistpasswordmanager_chromium.org, viettrungluu+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Android: Remove unneeded RegisterNatives() calls Removes the remainder of the calls for where there are no (Java-to-)native methods, which is possible after https://codereview.chromium.org/2204623002/ which marks empty NOP RegisterNatives() functions with the 'unused' attribute. As a follow-up the JNI generator can be changed to not even emit the unneeded functions: https://codereview.chromium.org/2199973003/ BUG=603936 Committed: https://crrev.com/7264b763e7fc5da2d733c07a24c69303cb73a8f5 Cr-Commit-Position: refs/heads/master@{#409599}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : rebase, more fixes #

Total comments: 2

Patch Set 4 : split patch #

Patch Set 5 : Android: Don't require RegisterNatives if there are none #

Patch Set 6 : rebase, unused headers #

Patch Set 7 : fix webview build #

Total comments: 2

Patch Set 8 : Android: Don't require RegisterNatives if there are none #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -712 lines) Patch
M android_webview/lib/main/webview_jni_onload.cc View 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/android/accessibility_util.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/accessibility_util.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/android/background_sync_launcher_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/background_sync_launcher_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 19 chunks +0 lines, -55 lines 0 comments Download
M chrome/browser/android/dom_distiller/distiller_ui_handle_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/intent_helper.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/intent_helper.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/android/location_settings_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/location_settings_impl.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/android/mojo/chrome_interface_registrar_android.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/mojo/chrome_interface_registrar_android.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/ntp/ntp_snippets_launcher.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/ntp/ntp_snippets_launcher.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/signin/signin_promo_util_android.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/signin/signin_promo_util_android.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/lifetime/application_lifetime_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/lifetime/application_lifetime_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/android_page_load_metrics_observer.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/android_page_load_metrics_observer.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/credential_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/credential_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/platform_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/platform_util_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_service_observer_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_service_observer_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_feedback_reporter_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_feedback_reporter_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_logger_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_logger_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/context_menu_helper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/android/infobars/app_banner_infobar_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/infobars/app_banner_infobar_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/android/infobars/confirm_infobar.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/infobars/confirm_infobar.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/android/infobars/download_overwrite_infobar.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/infobars/download_overwrite_infobar.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/android/infobars/generated_password_saved_infobar.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/infobars/generated_password_saved_infobar.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/infobars/save_password_infobar.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/infobars/save_password_infobar.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/infobars/update_password_infobar.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/infobars/update_password_infobar.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M components/bookmarks.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/bookmarks/common/android/BUILD.gn View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M components/bookmarks/common/android/bookmark_id.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/bookmarks/common/android/bookmark_id.cc View 1 chunk +0 lines, -4 lines 0 comments Download
D components/bookmarks/common/android/component_jni_registrar.h View 1 chunk +0 lines, -18 lines 0 comments Download
D components/bookmarks/common/android/component_jni_registrar.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc View 1 2 3 chunks +0 lines, -18 lines 0 comments Download
M components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M components/navigation_interception.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/navigation_interception/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D components/navigation_interception/component_jni_registrar.h View 1 chunk +0 lines, -18 lines 0 comments Download
D components/navigation_interception/component_jni_registrar.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M components/navigation_interception/intercept_navigation_delegate.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/navigation_interception/intercept_navigation_delegate.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M components/navigation_interception/navigation_params_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/navigation_interception/navigation_params_android.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M components/ntp_tiles/most_visited_sites.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M components/ntp_tiles/most_visited_sites.cc View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M components/test/run_all_unittests.cc View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M components/variations/android/variations_seed_bridge.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/variations/android/variations_seed_bridge.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M components/web_contents_delegate_android/component_jni_registrar.cc View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M components/web_contents_delegate_android/validation_message_bubble_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/web_contents_delegate_android/validation_message_bubble_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M components/web_restrictions/browser/mock_web_restrictions_client.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M components/web_restrictions/browser/mock_web_restrictions_client.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M content/app/android/library_loader_hooks.cc View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M content/browser/android/browser_jni_registrar.cc View 1 2 3 4 5 5 chunks +0 lines, -17 lines 0 comments Download
M content/browser/android/composited_touch_handle_drawable.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/android/composited_touch_handle_drawable.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/popup_touch_handle_drawable.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/android/popup_touch_handle_drawable.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/media/android/media_resource_getter_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/media/android/media_resource_getter_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/media/android/media_throttler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/media/android/media_throttler.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/mojo/interface_registrar_android.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/mojo/interface_registrar_android.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_delegate_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_delegate_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/common/android/common_jni_registrar.cc View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M content/common/android/hash_set.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/android/hash_set.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M content/common/android/media_metadata_android.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/android/media_metadata_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/test/nested_message_pump_android.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/test/nested_message_pump_android.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M content/shell/android/browsertests_apk/content_browser_tests_jni_onload.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_android.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/test/blink_test_environment.cc View 1 2 2 chunks +0 lines, -10 lines 0 comments Download
M device/bluetooth/android/bluetooth_jni_registrar.cc View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M device/bluetooth/android/wrappers.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/bluetooth/android/wrappers.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M device/power_save_blocker/BUILD.gn View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M device/power_save_blocker/power_save_blocker_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
D device/power_save_blocker/power_save_blocker_jni_registrar.h View 1 chunk +0 lines, -24 lines 0 comments Download
D device/power_save_blocker/power_save_blocker_jni_registrar.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M device/test/run_all_unittests.cc View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M device/usb/android/usb_jni_registrar.cc View 1 2 3 4 5 2 chunks +0 lines, -10 lines 0 comments Download
M device/usb/usb_configuration_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/usb/usb_configuration_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M device/usb/usb_device_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/usb/usb_device_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M device/usb/usb_device_handle_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/usb/usb_device_handle_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M device/usb/usb_endpoint_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/usb/usb_endpoint_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M device/usb/usb_interface_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M device/usb/usb_interface_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M device/vr/android/cardboard/cardboard_vr_device.h View 1 chunk +0 lines, -2 lines 0 comments Download
M device/vr/android/cardboard/cardboard_vr_device.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/android/cellular_signal_strength.h View 1 chunk +0 lines, -2 lines 1 comment Download
M net/android/cellular_signal_strength.cc View 1 chunk +1 line, -5 lines 0 comments Download
M net/android/cert_verify_result_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/android/cert_verify_result_android.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/android/keystore.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/android/keystore.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/android/keystore_unittest.cc View 1 2 3 chunks +1 line, -12 lines 0 comments Download
M net/android/net_jni_registrar.cc View 1 2 3 4 5 2 chunks +0 lines, -8 lines 0 comments Download
M net/android/network_library.h View 1 chunk +0 lines, -3 lines 1 comment Download
M net/android/network_library.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/android/traffic_stats.h View 1 chunk +0 lines, -2 lines 1 comment Download
M net/android/traffic_stats.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/client/jni/jni_touch_event_data.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/client/jni/jni_touch_event_data.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M remoting/client/jni/remoting_jni_registrar.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 55 (28 generated)
no sievers
ptal https://codereview.chromium.org/2146753002/diff/1/base/android/jni_generator/jni_generator.py File base/android/jni_generator/jni_generator.py (right): https://codereview.chromium.org/2146753002/diff/1/base/android/jni_generator/jni_generator.py#newcode819 base/android/jni_generator/jni_generator.py:819: """Returns the implementation of the array of native ...
4 years, 5 months ago (2016-07-13 01:47:47 UTC) #4
Torne
So there's a bug specifically for this and I had a go at it previously ...
4 years, 5 months ago (2016-07-13 11:04:01 UTC) #6
no sievers
On 2016/07/13 11:04:01, Torne wrote: > So there's a bug specifically for this and I ...
4 years, 5 months ago (2016-07-13 17:18:36 UTC) #8
no sievers
On 2016/07/13 17:18:36, sievers wrote: > On 2016/07/13 11:04:01, Torne wrote: > > So there's ...
4 years, 5 months ago (2016-07-13 17:20:05 UTC) #9
Torne
On 2016/07/13 17:20:05, sievers wrote: > On 2016/07/13 17:18:36, sievers wrote: > > On 2016/07/13 ...
4 years, 5 months ago (2016-07-14 12:45:32 UTC) #10
Torne
On 2016/07/14 12:45:32, Torne wrote: > On 2016/07/13 17:20:05, sievers wrote: > > On 2016/07/13 ...
4 years, 5 months ago (2016-07-18 14:16:28 UTC) #11
Torne
On 2016/07/18 14:16:28, Torne wrote: > On 2016/07/14 12:45:32, Torne wrote: > > On 2016/07/13 ...
4 years, 5 months ago (2016-07-25 11:32:47 UTC) #12
no sievers
On 2016/07/25 11:32:47, Torne wrote: > On 2016/07/18 14:16:28, Torne wrote: > > On 2016/07/14 ...
4 years, 4 months ago (2016-07-26 00:54:47 UTC) #13
no sievers
ok, rebased 99.9% compiling.. feel free to wait until I can get this through a ...
4 years, 4 months ago (2016-07-29 23:20:59 UTC) #14
Torne
https://codereview.chromium.org/2146753002/diff/40001/base/android/jni_generator/jni_generator.py File base/android/jni_generator/jni_generator.py (left): https://codereview.chromium.org/2146753002/diff/40001/base/android/jni_generator/jni_generator.py#oldcode743 base/android/jni_generator/jni_generator.py:743: // Step 3: RegisterNatives. I don't think you should ...
4 years, 4 months ago (2016-08-01 11:51:41 UTC) #15
Torne
Oh, also, if this is proving too difficult to rebase and land, there's a way ...
4 years, 4 months ago (2016-08-01 11:54:00 UTC) #16
no sievers
Done. I've split this up as follows and then uploaded the remainder (where it got ...
4 years, 4 months ago (2016-08-01 22:51:53 UTC) #18
Torne
lgtm
4 years, 4 months ago (2016-08-02 12:34:49 UTC) #19
no sievers
Adding some OWNERS: dtrainor@ for chrome/ android jochen@ for components/ rockot@ for device/ wez@ for ...
4 years, 4 months ago (2016-08-02 21:54:31 UTC) #23
Ryan Sleevi
LGTM for net/ This CL alone was a bit hard to understand, and the bug ...
4 years, 4 months ago (2016-08-02 22:10:26 UTC) #27
no sievers
On 2016/08/02 22:10:26, Ryan Sleevi (slow) wrote: > LGTM for net/ > > This CL ...
4 years, 4 months ago (2016-08-02 22:26:57 UTC) #30
Ryan Sleevi
On 2016/08/02 22:26:57, sievers wrote: > On 2016/08/02 22:10:26, Ryan Sleevi (slow) wrote: > > ...
4 years, 4 months ago (2016-08-02 22:28:58 UTC) #31
Wez
wez -> sergeyu
4 years, 4 months ago (2016-08-02 22:40:54 UTC) #35
Ken Rockot(use gerrit already)
lgtm
4 years, 4 months ago (2016-08-02 22:52:29 UTC) #37
Sergey Ulanov
lgtm
4 years, 4 months ago (2016-08-02 22:52:32 UTC) #39
jochen (gone - plz use gerrit)
lgtm with comment addressed https://codereview.chromium.org/2146753002/diff/120001/content/browser/mojo/service_registrar_android.h File content/browser/mojo/service_registrar_android.h (right): https://codereview.chromium.org/2146753002/diff/120001/content/browser/mojo/service_registrar_android.h#newcode16 content/browser/mojo/service_registrar_android.h:16: class ServiceRegistrarAndroid { please make ...
4 years, 4 months ago (2016-08-03 15:24:37 UTC) #43
David Trainor- moved to gerrit
chrome/*/android lgtm thanks!
4 years, 4 months ago (2016-08-03 15:53:42 UTC) #44
no sievers
https://codereview.chromium.org/2146753002/diff/120001/content/browser/mojo/service_registrar_android.h File content/browser/mojo/service_registrar_android.h (right): https://codereview.chromium.org/2146753002/diff/120001/content/browser/mojo/service_registrar_android.h#newcode16 content/browser/mojo/service_registrar_android.h:16: class ServiceRegistrarAndroid { On 2016/08/03 15:24:37, jochen wrote: > ...
4 years, 4 months ago (2016-08-03 18:23:02 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2146753002/140001
4 years, 4 months ago (2016-08-03 18:24:15 UTC) #49
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 4 months ago (2016-08-03 19:54:08 UTC) #51
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/7264b763e7fc5da2d733c07a24c69303cb73a8f5 Cr-Commit-Position: refs/heads/master@{#409599}
4 years, 4 months ago (2016-08-03 19:57:07 UTC) #53
pauljensen
3 years, 8 months ago (2017-04-13 11:26:58 UTC) #55
Message was sent while issue was closed.
It looks like this CL left a number of #includes unused.  I looked over the net/
directory and found three.

https://codereview.chromium.org/2146753002/diff/140001/net/android/cellular_s...
File net/android/cellular_signal_strength.h (right):

https://codereview.chromium.org/2146753002/diff/140001/net/android/cellular_s...
net/android/cellular_signal_strength.h:8: #include <jni.h>
This is unused now.

https://codereview.chromium.org/2146753002/diff/140001/net/android/network_li...
File net/android/network_library.h (right):

https://codereview.chromium.org/2146753002/diff/140001/net/android/network_li...
net/android/network_library.h:8: #include <jni.h>
This looks unused now.

https://codereview.chromium.org/2146753002/diff/140001/net/android/traffic_st...
File net/android/traffic_stats.h (right):

https://codereview.chromium.org/2146753002/diff/140001/net/android/traffic_st...
net/android/traffic_stats.h:11: #include <jni.h>
This is unused now.

Powered by Google App Engine
This is Rietveld 408576698