| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/android/chrome_jni_registrar.h" | 5 #include "chrome/browser/android/chrome_jni_registrar.h" |
| 6 | 6 |
| 7 #include "base/android/jni_android.h" | 7 #include "base/android/jni_android.h" |
| 8 #include "base/android/jni_registrar.h" | 8 #include "base/android/jni_registrar.h" |
| 9 #include "base/trace_event/trace_event.h" | 9 #include "base/trace_event/trace_event.h" |
| 10 #include "chrome/browser/android/accessibility/font_size_prefs_android.h" | 10 #include "chrome/browser/android/accessibility/font_size_prefs_android.h" |
| 11 #include "chrome/browser/android/accessibility_util.h" | 11 #include "chrome/browser/android/accessibility_util.h" |
| 12 #include "chrome/browser/android/appmenu/app_menu_drag_helper.h" | 12 #include "chrome/browser/android/appmenu/app_menu_drag_helper.h" |
| 13 #include "chrome/browser/android/banners/app_banner_manager.h" | 13 #include "chrome/browser/android/banners/app_banner_manager.h" |
| 14 #include "chrome/browser/android/bookmarks/bookmarks_bridge.h" | 14 #include "chrome/browser/android/bookmarks/bookmarks_bridge.h" |
| 15 #include "chrome/browser/android/bookmarks/partner_bookmarks_reader.h" | 15 #include "chrome/browser/android/bookmarks/partner_bookmarks_reader.h" |
| 16 #include "chrome/browser/android/chrome_web_contents_delegate_android.h" | 16 #include "chrome/browser/android/chrome_web_contents_delegate_android.h" |
| 17 #include "chrome/browser/android/chromium_application.h" | 17 #include "chrome/browser/android/chromium_application.h" |
| 18 #include "chrome/browser/android/compositor/layer_title_cache.h" | 18 #include "chrome/browser/android/compositor/layer_title_cache.h" |
| 19 #include "chrome/browser/android/compositor/scene_layer/scene_layer.h" | 19 #include "chrome/browser/android/compositor/scene_layer/scene_layer.h" |
| 20 #include "chrome/browser/android/compositor/scene_layer/static_tab_scene_layer.h
" | 20 #include "chrome/browser/android/compositor/scene_layer/static_tab_scene_layer.h
" |
| 21 #include "chrome/browser/android/compositor/tab_content_manager.h" | 21 #include "chrome/browser/android/compositor/tab_content_manager.h" |
| 22 #include "chrome/browser/android/content_view_util.h" | 22 #include "chrome/browser/android/content_view_util.h" |
| 23 #include "chrome/browser/android/cookies/cookies_fetcher.h" | 23 #include "chrome/browser/android/cookies/cookies_fetcher.h" |
| 24 #include "chrome/browser/android/dev_tools_server.h" | 24 #include "chrome/browser/android/dev_tools_server.h" |
| 25 #include "chrome/browser/android/dom_distiller/feedback_reporter_android.h" | 25 #include "chrome/browser/android/dom_distiller/feedback_reporter_android.h" |
| 26 #include "chrome/browser/android/download/chrome_download_delegate.h" | 26 #include "chrome/browser/android/download/chrome_download_delegate.h" |
| 27 #include "chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h" | |
| 28 #include "chrome/browser/android/favicon_helper.h" | 27 #include "chrome/browser/android/favicon_helper.h" |
| 29 #include "chrome/browser/android/feature_utilities.h" | 28 #include "chrome/browser/android/feature_utilities.h" |
| 30 #include "chrome/browser/android/find_in_page/find_in_page_bridge.h" | 29 #include "chrome/browser/android/find_in_page/find_in_page_bridge.h" |
| 31 #include "chrome/browser/android/foreign_session_helper.h" | 30 #include "chrome/browser/android/foreign_session_helper.h" |
| 32 #include "chrome/browser/android/intent_helper.h" | 31 #include "chrome/browser/android/intent_helper.h" |
| 33 #include "chrome/browser/android/location_settings_impl.h" | 32 #include "chrome/browser/android/location_settings_impl.h" |
| 34 #include "chrome/browser/android/logo_bridge.h" | 33 #include "chrome/browser/android/logo_bridge.h" |
| 35 #include "chrome/browser/android/most_visited_sites.h" | 34 #include "chrome/browser/android/most_visited_sites.h" |
| 36 #include "chrome/browser/android/new_tab_page_prefs.h" | 35 #include "chrome/browser/android/new_tab_page_prefs.h" |
| 37 #include "chrome/browser/android/omnibox/answers_image_bridge.h" | 36 #include "chrome/browser/android/omnibox/answers_image_bridge.h" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 48 #include "chrome/browser/android/signin/signin_manager_android.h" | 47 #include "chrome/browser/android/signin/signin_manager_android.h" |
| 49 #include "chrome/browser/android/tab_android.h" | 48 #include "chrome/browser/android/tab_android.h" |
| 50 #include "chrome/browser/android/tab_state.h" | 49 #include "chrome/browser/android/tab_state.h" |
| 51 #include "chrome/browser/android/uma_bridge.h" | 50 #include "chrome/browser/android/uma_bridge.h" |
| 52 #include "chrome/browser/android/uma_utils.h" | 51 #include "chrome/browser/android/uma_utils.h" |
| 53 #include "chrome/browser/android/url_utilities.h" | 52 #include "chrome/browser/android/url_utilities.h" |
| 54 #include "chrome/browser/android/voice_search_tab_helper.h" | 53 #include "chrome/browser/android/voice_search_tab_helper.h" |
| 55 #include "chrome/browser/autofill/android/personal_data_manager_android.h" | 54 #include "chrome/browser/autofill/android/personal_data_manager_android.h" |
| 56 #include "chrome/browser/dom_distiller/dom_distiller_service_factory_android.h" | 55 #include "chrome/browser/dom_distiller/dom_distiller_service_factory_android.h" |
| 57 #include "chrome/browser/dom_distiller/tab_utils_android.h" | 56 #include "chrome/browser/dom_distiller/tab_utils_android.h" |
| 57 #include "chrome/browser/enhanced_bookmarks/android/enhanced_bookmarks_bridge.h" |
| 58 #include "chrome/browser/history/android/sqlite_cursor.h" | 58 #include "chrome/browser/history/android/sqlite_cursor.h" |
| 59 #include "chrome/browser/invalidation/invalidation_service_factory_android.h" | 59 #include "chrome/browser/invalidation/invalidation_service_factory_android.h" |
| 60 #include "chrome/browser/lifetime/application_lifetime_android.h" | 60 #include "chrome/browser/lifetime/application_lifetime_android.h" |
| 61 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" | 61 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" |
| 62 #include "chrome/browser/notifications/notification_ui_manager_android.h" | 62 #include "chrome/browser/notifications/notification_ui_manager_android.h" |
| 63 #include "chrome/browser/prerender/external_prerender_handler_android.h" | 63 #include "chrome/browser/prerender/external_prerender_handler_android.h" |
| 64 #include "chrome/browser/profiles/profile_android.h" | 64 #include "chrome/browser/profiles/profile_android.h" |
| 65 #include "chrome/browser/search_engines/template_url_service_android.h" | 65 #include "chrome/browser/search_engines/template_url_service_android.h" |
| 66 #include "chrome/browser/signin/android_profile_oauth2_token_service.h" | 66 #include "chrome/browser/signin/android_profile_oauth2_token_service.h" |
| 67 #include "chrome/browser/speech/tts_android.h" | 67 #include "chrome/browser/speech/tts_android.h" |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 }; | 239 }; |
| 240 | 240 |
| 241 bool RegisterJni(JNIEnv* env) { | 241 bool RegisterJni(JNIEnv* env) { |
| 242 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); | 242 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); |
| 243 return RegisterNativeMethods(env, kChromeRegisteredMethods, | 243 return RegisterNativeMethods(env, kChromeRegisteredMethods, |
| 244 arraysize(kChromeRegisteredMethods)); | 244 arraysize(kChromeRegisteredMethods)); |
| 245 } | 245 } |
| 246 | 246 |
| 247 } // namespace android | 247 } // namespace android |
| 248 } // namespace chrome | 248 } // namespace chrome |
| OLD | NEW |