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

Unified Diff: sky/shell/library_loader.cc

Issue 1027903002: Enable tracing in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/shell/BUILD.gn ('k') | sky/shell/org/domokit/sky/shell/SkyActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/library_loader.cc
diff --git a/sky/shell/library_loader.cc b/sky/shell/library_loader.cc
index dbe3b2a2781e156eba82d82176348df6ef3f6efc..cd2ce139d8c991c75ae6d36df75ba1895f6683a4 100644
--- a/sky/shell/library_loader.cc
+++ b/sky/shell/library_loader.cc
@@ -13,14 +13,16 @@
#include "sky/shell/java_service_provider.h"
#include "sky/shell/platform_view.h"
#include "sky/shell/sky_main.h"
+#include "sky/shell/tracing_controller.h"
namespace {
base::android::RegistrationMethod kSkyRegisteredMethods[] = {
{"CoreImpl", mojo::android::RegisterCoreImpl},
{"JavaServiceProvider", sky::shell::RegisterJavaServiceProvider},
- {"SkyMain", sky::shell::RegisterSkyMain},
{"PlatformView", sky::shell::PlatformView::Register},
+ {"SkyMain", sky::shell::RegisterSkyMain},
+ {"TracingController", sky::shell::RegisterTracingController},
};
bool RegisterJNI(JNIEnv* env) {
« no previous file with comments | « sky/shell/BUILD.gn ('k') | sky/shell/org/domokit/sky/shell/SkyActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698