| Index: content/shell/android/shell_library_loader.cc
|
| diff --git a/content/shell/android/shell_library_loader.cc b/content/shell/android/shell_library_loader.cc
|
| index 88262c925a0ca93c694b28e8b47a112b7cb86f6e..fcace0b80dc66b640db5fcdef495c9af3d767bf6 100644
|
| --- a/content/shell/android/shell_library_loader.cc
|
| +++ b/content/shell/android/shell_library_loader.cc
|
| @@ -11,12 +11,14 @@
|
| #include "content/public/app/content_main.h"
|
| #include "content/public/browser/android/compositor.h"
|
| #include "content/shell/android/shell_manager.h"
|
| +#include "content/shell/android/tracing_shell.h"
|
| #include "content/shell/shell.h"
|
| #include "content/shell/shell_main_delegate.h"
|
|
|
| static base::android::RegistrationMethod kRegistrationMethods[] = {
|
| { "Shell", content::Shell::Register },
|
| { "ShellManager", content::RegisterShellManager },
|
| + { "TraceController", content::RegisterTracingHandler },
|
| };
|
|
|
| // This is called by the VM when the shared library is first loaded.
|
|
|