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

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

Issue 1840013002: Move most_visited_sites* files to the ntp directory in c/b/a/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « chrome/android/BUILD.gn ('k') | chrome/browser/android/most_visited_sites.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "chrome/browser/android/history_report/history_report_jni_bridge.h" 50 #include "chrome/browser/android/history_report/history_report_jni_bridge.h"
51 #include "chrome/browser/android/intent_helper.h" 51 #include "chrome/browser/android/intent_helper.h"
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"
61 #include "chrome/browser/android/net/external_estimate_provider_android.h" 60 #include "chrome/browser/android/net/external_estimate_provider_android.h"
61 #include "chrome/browser/android/ntp/most_visited_sites.h"
62 #include "chrome/browser/android/ntp/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"
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 }; 393 };
394 394
395 bool RegisterBrowserJNI(JNIEnv* env) { 395 bool RegisterBrowserJNI(JNIEnv* env) {
396 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); 396 TRACE_EVENT0("startup", "chrome_android::RegisterJni");
397 return RegisterNativeMethods(env, kChromeRegisteredMethods, 397 return RegisterNativeMethods(env, kChromeRegisteredMethods,
398 arraysize(kChromeRegisteredMethods)); 398 arraysize(kChromeRegisteredMethods));
399 } 399 }
400 400
401 } // namespace android 401 } // namespace android
402 } // namespace chrome 402 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/most_visited_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698