Index: chrome/browser/media/android/remote/record_cast_action.h |
diff --git a/chrome/browser/media/android/remote/record_cast_action.h b/chrome/browser/media/android/remote/record_cast_action.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f53c6ab5603e5441e18a2e7140276e409506c6cc |
--- /dev/null |
+++ b/chrome/browser/media/android/remote/record_cast_action.h |
@@ -0,0 +1,13 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CLANK_NATIVE_FRAMEWORK_CHROME_RECORD_CAST_ACTION_ |
whywhat
2015/02/25 16:31:31
nit: update the include guards to match the new fi
aberent
2015/03/11 18:29:58
Done.
|
+#define CLANK_NATIVE_FRAMEWORK_CHROME_RECORD_CAST_ACTION_ |
+ |
+#include <jni.h> |
+ |
+// Registers the native methods through jni |
+bool RegisterRecordCastAction(JNIEnv* env); |
+ |
+#endif // CLANK_NATIVE_FRAMEWORK_CHROME_RECORD_CAST_ACTION_ |