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

Unified Diff: src/trusted/sel_universal/pepper_emu_handler.h

Issue 7046064: Some small refactoring and renaming of sel_universel pepper emulation components. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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
« no previous file with comments | « src/trusted/sel_universal/pepper_emu_core.cc ('k') | src/trusted/sel_universal/pepper_emu_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/pepper_emu_handler.h
===================================================================
--- src/trusted/sel_universal/pepper_emu_handler.h (revision 5581)
+++ src/trusted/sel_universal/pepper_emu_handler.h (working copy)
@@ -25,12 +25,12 @@
// initialize multimedia (SDL) subsystem
-bool HandlerSDLInitialize(NaClCommandLoop* ncl,
- const std::vector<std::string>& args);
+bool HandlerPepperEmuInitialize(NaClCommandLoop* ncl,
+ const std::vector<std::string>& args);
// start multimedia event loop
-bool HandlerSDLEventLoop(NaClCommandLoop* ncl,
- const std::vector<std::string>& args);
+bool HandlerPepperEmuEventLoop(NaClCommandLoop* ncl,
+ const std::vector<std::string>& args);
#endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERASAL_MULTIMEDIA_HANDLER_H_ */
« no previous file with comments | « src/trusted/sel_universal/pepper_emu_core.cc ('k') | src/trusted/sel_universal/pepper_emu_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698