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

Side by Side Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 1811333003: Move the remaining NTP realted files to c/b/android/ntp subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync again Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/android/new_tab_page_prefs.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/macros.h" 9 #include "base/macros.h"
10 #include "base/trace_event/trace_event.h" 10 #include "base/trace_event/trace_event.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #include "chrome/browser/android/java_exception_reporter.h" 52 #include "chrome/browser/android/java_exception_reporter.h"
53 #include "chrome/browser/android/large_icon_bridge.h" 53 #include "chrome/browser/android/large_icon_bridge.h"
54 #include "chrome/browser/android/location_settings_impl.h" 54 #include "chrome/browser/android/location_settings_impl.h"
55 #include "chrome/browser/android/logo_bridge.h" 55 #include "chrome/browser/android/logo_bridge.h"
56 #include "chrome/browser/android/metrics/launch_metrics.h" 56 #include "chrome/browser/android/metrics/launch_metrics.h"
57 #include "chrome/browser/android/metrics/uma_session_stats.h" 57 #include "chrome/browser/android/metrics/uma_session_stats.h"
58 #include "chrome/browser/android/metrics/uma_utils.h" 58 #include "chrome/browser/android/metrics/uma_utils.h"
59 #include "chrome/browser/android/metrics/variations_session.h" 59 #include "chrome/browser/android/metrics/variations_session.h"
60 #include "chrome/browser/android/most_visited_sites.h" 60 #include "chrome/browser/android/most_visited_sites.h"
61 #include "chrome/browser/android/net/external_estimate_provider_android.h" 61 #include "chrome/browser/android/net/external_estimate_provider_android.h"
62 #include "chrome/browser/android/new_tab_page_prefs.h" 62 #include "chrome/browser/android/ntp/new_tab_page_prefs.h"
63 #include "chrome/browser/android/ntp/ntp_snippets_bridge.h" 63 #include "chrome/browser/android/ntp/ntp_snippets_bridge.h"
64 #include "chrome/browser/android/ntp/ntp_snippets_controller.h" 64 #include "chrome/browser/android/ntp/ntp_snippets_controller.h"
65 #include "chrome/browser/android/ntp/ntp_snippets_launcher.h" 65 #include "chrome/browser/android/ntp/ntp_snippets_launcher.h"
66 #include "chrome/browser/android/offline_pages/offline_page_bridge.h" 66 #include "chrome/browser/android/offline_pages/offline_page_bridge.h"
67 #include "chrome/browser/android/omnibox/answers_image_bridge.h" 67 #include "chrome/browser/android/omnibox/answers_image_bridge.h"
68 #include "chrome/browser/android/omnibox/autocomplete_controller_android.h" 68 #include "chrome/browser/android/omnibox/autocomplete_controller_android.h"
69 #include "chrome/browser/android/omnibox/omnibox_prerender.h" 69 #include "chrome/browser/android/omnibox/omnibox_prerender.h"
70 #include "chrome/browser/android/password_ui_view_android.h" 70 #include "chrome/browser/android/password_ui_view_android.h"
71 #include "chrome/browser/android/precache/precache_launcher.h" 71 #include "chrome/browser/android/precache/precache_launcher.h"
72 #include "chrome/browser/android/preferences/autofill/autofill_profile_bridge.h" 72 #include "chrome/browser/android/preferences/autofill/autofill_profile_bridge.h"
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 }; 391 };
392 392
393 bool RegisterBrowserJNI(JNIEnv* env) { 393 bool RegisterBrowserJNI(JNIEnv* env) {
394 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); 394 TRACE_EVENT0("startup", "chrome_android::RegisterJni");
395 return RegisterNativeMethods(env, kChromeRegisteredMethods, 395 return RegisterNativeMethods(env, kChromeRegisteredMethods,
396 arraysize(kChromeRegisteredMethods)); 396 arraysize(kChromeRegisteredMethods));
397 } 397 }
398 398
399 } // namespace android 399 } // namespace android
400 } // namespace chrome 400 } // namespace chrome
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/new_tab_page_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698