| Index: base/android/library_loader/library_loader_hooks.h
|
| diff --git a/base/android/library_loader/library_loader_hooks.h b/base/android/library_loader/library_loader_hooks.h
|
| index 72935cf816208653dbb82551e03a8c0f29e80bfd..78dc5359f3ea65baaea0c6f509ff2adf6319ed21 100644
|
| --- a/base/android/library_loader/library_loader_hooks.h
|
| +++ b/base/android/library_loader/library_loader_hooks.h
|
| @@ -12,6 +12,10 @@
|
| namespace base {
|
| namespace android {
|
|
|
| +// Record any pending renderer histogram value as a histogram. Pending values
|
| +// are set by RegisterChromiumAndroidLinkerRendererHistogram.
|
| +BASE_EXPORT void RecordChromiumAndroidLinkerRendererHistogram();
|
| +
|
| // Registers the callbacks that allows the entry point of the library to be
|
| // exposed to the calling java code. This handles only registering the
|
| // the callbacks needed by the loader. Any application specific JNI bindings
|
|
|