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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #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.
6 #define CLANK_NATIVE_FRAMEWORK_CHROME_RECORD_CAST_ACTION_
7
8 #include <jni.h>
9
10 // Registers the native methods through jni
11 bool RegisterRecordCastAction(JNIEnv* env);
12
13 #endif // CLANK_NATIVE_FRAMEWORK_CHROME_RECORD_CAST_ACTION_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698