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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase Created 3 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_utility_manifest_overlay.json » ('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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 #include "chrome/browser/ui/android/tab_model/tab_model_selector_base.h" 165 #include "chrome/browser/ui/android/tab_model/tab_model_selector_base.h"
166 #include "chrome/browser/ui/android/toolbar/toolbar_model_android.h" 166 #include "chrome/browser/ui/android/toolbar/toolbar_model_android.h"
167 #include "chrome/browser/ui/android/usb_chooser_dialog_android.h" 167 #include "chrome/browser/ui/android/usb_chooser_dialog_android.h"
168 #include "components/dom_distiller/content/browser/android/content_jni_registrar .h" 168 #include "components/dom_distiller/content/browser/android/content_jni_registrar .h"
169 #include "components/dom_distiller/core/android/core_jni_registrar.h" 169 #include "components/dom_distiller/core/android/core_jni_registrar.h"
170 #include "components/gcm_driver/android/component_jni_registrar.h" 170 #include "components/gcm_driver/android/component_jni_registrar.h"
171 #include "components/gcm_driver/instance_id/android/component_jni_registrar.h" 171 #include "components/gcm_driver/instance_id/android/component_jni_registrar.h"
172 #include "components/invalidation/impl/android/component_jni_registrar.h" 172 #include "components/invalidation/impl/android/component_jni_registrar.h"
173 #include "components/payments/content/android/currency_formatter_android.h" 173 #include "components/payments/content/android/currency_formatter_android.h"
174 #include "components/payments/content/android/payment_details_validation_android .h" 174 #include "components/payments/content/android/payment_details_validation_android .h"
175 #include "components/payments/content/android/payment_manifest_downloader_androi d.h"
176 #include "components/payments/content/android/payment_manifest_parser_android.h"
175 #include "components/policy/core/browser/android/component_jni_registrar.h" 177 #include "components/policy/core/browser/android/component_jni_registrar.h"
176 #include "components/safe_browsing_db/android/jni_registrar.h" 178 #include "components/safe_browsing_db/android/jni_registrar.h"
177 #include "components/safe_json/android/component_jni_registrar.h" 179 #include "components/safe_json/android/component_jni_registrar.h"
178 #include "components/signin/core/browser/android/component_jni_registrar.h" 180 #include "components/signin/core/browser/android/component_jni_registrar.h"
179 #include "components/spellcheck/browser/android/component_jni_registrar.h" 181 #include "components/spellcheck/browser/android/component_jni_registrar.h"
180 #include "components/spellcheck/spellcheck_build_features.h" 182 #include "components/spellcheck/spellcheck_build_features.h"
181 #include "components/sync/android/sync_jni_registrar.h" 183 #include "components/sync/android/sync_jni_registrar.h"
182 #include "components/url_formatter/android/component_jni_registrar.h" 184 #include "components/url_formatter/android/component_jni_registrar.h"
183 #include "components/variations/android/component_jni_registrar.h" 185 #include "components/variations/android/component_jni_registrar.h"
184 #include "components/web_contents_delegate_android/component_jni_registrar.h" 186 #include "components/web_contents_delegate_android/component_jni_registrar.h"
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 {"OmniboxUrlEmphasizer", 343 {"OmniboxUrlEmphasizer",
342 OmniboxUrlEmphasizer::RegisterOmniboxUrlEmphasizer}, 344 OmniboxUrlEmphasizer::RegisterOmniboxUrlEmphasizer},
343 {"OmniboxViewUtil", OmniboxViewUtil::RegisterOmniboxViewUtil}, 345 {"OmniboxViewUtil", OmniboxViewUtil::RegisterOmniboxViewUtil},
344 {"OverlayPanelContent", RegisterOverlayPanelContent}, 346 {"OverlayPanelContent", RegisterOverlayPanelContent},
345 {"PartnerBookmarksReader", 347 {"PartnerBookmarksReader",
346 PartnerBookmarksReader::RegisterPartnerBookmarksReader}, 348 PartnerBookmarksReader::RegisterPartnerBookmarksReader},
347 {"PasswordGenerationPopup", 349 {"PasswordGenerationPopup",
348 autofill::PasswordGenerationPopupViewAndroid::Register}, 350 autofill::PasswordGenerationPopupViewAndroid::Register},
349 {"PasswordUIViewAndroid", 351 {"PasswordUIViewAndroid",
350 PasswordUIViewAndroid::RegisterPasswordUIViewAndroid}, 352 PasswordUIViewAndroid::RegisterPasswordUIViewAndroid},
351 {"PaymentValidator", RegisterPaymentValidator}, 353 {"PaymentManifestDownloader", payments::RegisterPaymentManifestDownloader},
354 {"PaymentManifestParser", payments::RegisterPaymentManifestParser},
355 {"PaymentValidator", payments::RegisterPaymentValidator},
352 {"PermissionDialogDelegate", 356 {"PermissionDialogDelegate",
353 PermissionDialogDelegate::RegisterPermissionDialogDelegate}, 357 PermissionDialogDelegate::RegisterPermissionDialogDelegate},
354 {"PermissionUpdateInfoBarDelegate", 358 {"PermissionUpdateInfoBarDelegate",
355 PermissionUpdateInfoBarDelegate::RegisterPermissionUpdateInfoBarDelegate}, 359 PermissionUpdateInfoBarDelegate::RegisterPermissionUpdateInfoBarDelegate},
356 {"PersonalDataManagerAndroid", 360 {"PersonalDataManagerAndroid",
357 autofill::PersonalDataManagerAndroid::Register}, 361 autofill::PersonalDataManagerAndroid::Register},
358 {"PhysicalWebDataSourceAndroid", 362 {"PhysicalWebDataSourceAndroid",
359 PhysicalWebDataSourceAndroid::RegisterPhysicalWebDataSource}, 363 PhysicalWebDataSourceAndroid::RegisterPhysicalWebDataSource},
360 {"PolicyAuditor", RegisterPolicyAuditor}, 364 {"PolicyAuditor", RegisterPolicyAuditor},
361 {"PrecacheLauncher", RegisterPrecacheLauncher}, 365 {"PrecacheLauncher", RegisterPrecacheLauncher},
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 #endif 441 #endif
438 }; 442 };
439 443
440 bool RegisterBrowserJNI(JNIEnv* env) { 444 bool RegisterBrowserJNI(JNIEnv* env) {
441 TRACE_EVENT0("startup", "chrome_android::RegisterJni"); 445 TRACE_EVENT0("startup", "chrome_android::RegisterJni");
442 return RegisterNativeMethods(env, kChromeRegisteredMethods, 446 return RegisterNativeMethods(env, kChromeRegisteredMethods,
443 arraysize(kChromeRegisteredMethods)); 447 arraysize(kChromeRegisteredMethods));
444 } 448 }
445 449
446 } // namespace android 450 } // namespace android
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_utility_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698