Add external data use observer that will listen to data use
observations and pass them to Java over JNI. ExternalDataUseObserver is created and owned by IOThread. ExternalDataUseObserver listens to data use observations, matches them with the regexes and passes them over to a Java object over JNI. The Java object is of type ExternalDataUseObserverAndroid. For design doc, please see the bug. This CL only has upstream implementation of ExternalDataUseObserverAndroid.java which really does not do much. Downstream implementation of ExternalDataUseObserverAndroid.java will come in a separate downstream CL. That would do the heavylifting of talking with external entities as per the design doc. BUG=540061 Review URL: https://codereview.chromium.org/1393073002 Cr-Commit-Position: refs/heads/master@{#353950}
Showing
Please register or sign in to comment