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

Unified Diff: chrome/common/render_messages_internal.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 69282)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -2673,5 +2673,5 @@
// Get the directory's contents.
IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_PepperGetDirContents,
FilePath /* path */,
- PepperDirContents, /* contents */
+ webkit::plugins::ppapi::DirContents, /* contents */
base::PlatformFileError /* error_code */)

Powered by Google App Engine
This is Rietveld 408576698