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

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

Issue 877323002: Mechanical rename of tracing includes for /chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/app/client_util.cc ('k') | chrome/browser/android/tab_android.cc » ('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/debug/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"
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698