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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 2782113002: Add component for feature engagement tracking. (Closed)
Patch Set: Fix typo in //chrome/android/java/DEPS 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/feature_engagement_tracker/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index 2966a63cfd410821fe13a8f50d8eeb10abba7e01..a339bf73fef3207767d7ba71d3aa87760a44da4b 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -49,6 +49,7 @@
#include "chrome/browser/android/download/items/offline_content_aggregator_factory_android.h"
#include "chrome/browser/android/download/ui/thumbnail_provider.h"
#include "chrome/browser/android/favicon_helper.h"
+#include "chrome/browser/android/feature_engagement_tracker/feature_engagement_tracker_factory_android.h"
#include "chrome/browser/android/feature_utilities.h"
#include "chrome/browser/android/feedback/connectivity_checker.h"
#include "chrome/browser/android/feedback/screenshot_task.h"
@@ -172,6 +173,7 @@
#include "chrome/browser/ui/android/usb_chooser_dialog_android.h"
#include "components/dom_distiller/content/browser/android/content_jni_registrar.h"
#include "components/dom_distiller/core/android/core_jni_registrar.h"
+#include "components/feature_engagement_tracker/public/android/feature_engagement_tracker_jni_registrar.h"
#include "components/gcm_driver/android/component_jni_registrar.h"
#include "components/gcm_driver/instance_id/android/component_jni_registrar.h"
#include "components/invalidation/impl/android/component_jni_registrar.h"
@@ -307,6 +309,10 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
prerender::ExternalPrerenderHandlerAndroid::
RegisterExternalPrerenderHandlerAndroid},
{"FaviconHelper", FaviconHelper::RegisterFaviconHelper},
+ {"FeatureEngagementTracker",
+ feature_engagement_tracker::RegisterFeatureEngagementTrackerJni},
+ {"FeatureEngagementTrackerFactory",
+ RegisterFeatureEngagementTrackerFactoryJni},
{"FeatureUtilities", RegisterFeatureUtilities},
{"FindInPageBridge", FindInPageBridge::RegisterFindInPageBridge},
{"FontSizePrefsAndroid", FontSizePrefsAndroid::Register},
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/feature_engagement_tracker/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698