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

Unified Diff: chrome/browser/media/android/remote/record_cast_action.h

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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_

Powered by Google App Engine
This is Rietveld 408576698