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

Unified Diff: samples/android_sample/jni/sound_service.h

Issue 11416343: Refactored Android samples / embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix type error on playBackground Created 8 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
« no previous file with comments | « samples/android_sample/jni/resource.h ('k') | samples/android_sample/jni/sound_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/android_sample/jni/sound_service.h
diff --git a/samples/android_sample/jni/sound_service.h b/samples/android_sample/jni/sound_service.h
index 576030c2dd9e3c77f20580f7cdbb7d6ea2167338..378a61d298703cd84a138ee3d98ce822ca073dde 100644
--- a/samples/android_sample/jni/sound_service.h
+++ b/samples/android_sample/jni/sound_service.h
@@ -26,7 +26,6 @@ class SoundService {
SLSeekItf background_player_seek_if_;
};
-int32_t PlayBackground(const char* path);
+void PlayBackground(const char* path);
void StopBackground();
#endif
-
« no previous file with comments | « samples/android_sample/jni/resource.h ('k') | samples/android_sample/jni/sound_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698