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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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/browser/android/DEPS ('k') | chrome/browser/android/dev_tools_server.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 20 matching lines...) Expand all
31 #include "chrome/browser/android/compositor/scene_layer/static_tab_scene_layer.h " 31 #include "chrome/browser/android/compositor/scene_layer/static_tab_scene_layer.h "
32 #include "chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.h" 32 #include "chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.h"
33 #include "chrome/browser/android/compositor/scene_layer/tab_strip_scene_layer.h" 33 #include "chrome/browser/android/compositor/scene_layer/tab_strip_scene_layer.h"
34 #include "chrome/browser/android/compositor/scene_layer/toolbar_scene_layer.h" 34 #include "chrome/browser/android/compositor/scene_layer/toolbar_scene_layer.h"
35 #include "chrome/browser/android/compositor/tab_content_manager.h" 35 #include "chrome/browser/android/compositor/tab_content_manager.h"
36 #include "chrome/browser/android/contextualsearch/contextual_search_manager.h" 36 #include "chrome/browser/android/contextualsearch/contextual_search_manager.h"
37 #include "chrome/browser/android/contextualsearch/contextual_search_tab_helper.h " 37 #include "chrome/browser/android/contextualsearch/contextual_search_tab_helper.h "
38 #include "chrome/browser/android/cookies/cookies_fetcher.h" 38 #include "chrome/browser/android/cookies/cookies_fetcher.h"
39 #include "chrome/browser/android/data_usage/data_use_tab_ui_manager_android.h" 39 #include "chrome/browser/android/data_usage/data_use_tab_ui_manager_android.h"
40 #include "chrome/browser/android/data_usage/external_data_use_observer_bridge.h" 40 #include "chrome/browser/android/data_usage/external_data_use_observer_bridge.h"
41 #include "chrome/browser/android/dev_tools_server.h" 41 #include "chrome/browser/android/devtools_server.h"
42 #include "chrome/browser/android/document/document_web_contents_delegate.h" 42 #include "chrome/browser/android/document/document_web_contents_delegate.h"
43 #include "chrome/browser/android/dom_distiller/distiller_ui_handle_android.h" 43 #include "chrome/browser/android/dom_distiller/distiller_ui_handle_android.h"
44 #include "chrome/browser/android/download/chrome_download_delegate.h" 44 #include "chrome/browser/android/download/chrome_download_delegate.h"
45 #include "chrome/browser/android/download/download_controller.h" 45 #include "chrome/browser/android/download/download_controller.h"
46 #include "chrome/browser/android/download/download_manager_service.h" 46 #include "chrome/browser/android/download/download_manager_service.h"
47 #include "chrome/browser/android/download/ui/thumbnail_provider.h" 47 #include "chrome/browser/android/download/ui/thumbnail_provider.h"
48 #include "chrome/browser/android/favicon_helper.h" 48 #include "chrome/browser/android/favicon_helper.h"
49 #include "chrome/browser/android/feature_utilities.h" 49 #include "chrome/browser/android/feature_utilities.h"
50 #include "chrome/browser/android/feedback/connectivity_checker.h" 50 #include "chrome/browser/android/feedback/connectivity_checker.h"
51 #include "chrome/browser/android/feedback/screenshot_task.h" 51 #include "chrome/browser/android/feedback/screenshot_task.h"
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 }; 386 };
387 387
388 bool RegisterBrowserJNI(JNIEnv* env) { 388 bool RegisterBrowserJNI(JNIEnv* env) {
389 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); 389 TRACE_EVENT0("startup", "chrome_android::RegisterJni");
390 return RegisterNativeMethods(env, kChromeRegisteredMethods, 390 return RegisterNativeMethods(env, kChromeRegisteredMethods,
391 arraysize(kChromeRegisteredMethods)); 391 arraysize(kChromeRegisteredMethods));
392 } 392 }
393 393
394 } // namespace android 394 } // namespace android
395 } // namespace chrome 395 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/android/DEPS ('k') | chrome/browser/android/dev_tools_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698