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

Unified Diff: components/devtools_bridge/android/session_dependency_factory_android.h

Issue 802293002: Revert of Stub for web-base client for DevTools bridge and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: components/devtools_bridge/android/session_dependency_factory_android.h
diff --git a/components/devtools_bridge/android/session_dependency_factory_android.h b/components/devtools_bridge/android/session_dependency_factory_android.h
index bfc8264d49ad04ff9d7847a6ac1504d838df0774..62ecae3222b6809065cd618c6c017b98701d9b1d 100644
--- a/components/devtools_bridge/android/session_dependency_factory_android.h
+++ b/components/devtools_bridge/android/session_dependency_factory_android.h
@@ -5,9 +5,8 @@
#ifndef COMPONENTS_DEVTOOLS_BRIDGE_ANDROID_SESSION_DEPENDENCY_FACTORY_ANDROID_H_
#define COMPONENTS_DEVTOOLS_BRIDGE_ANDROID_SESSION_DEPENDENCY_FACTORY_ANDROID_H_
-#include <jni.h>
-
#include "components/devtools_bridge/session_dependency_factory.h"
+#include "jni.h"
namespace devtools_bridge {
namespace android {
@@ -17,7 +16,7 @@
SessionDependencyFactoryAndroid();
virtual ~SessionDependencyFactoryAndroid();
- static bool RegisterNatives(JNIEnv* env);
+ static void RegisterNatives(JNIEnv* env);
virtual scoped_ptr<AbstractPeerConnection> CreatePeerConnection(
scoped_ptr<RTCConfiguration> config,

Powered by Google App Engine
This is Rietveld 408576698