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

Unified Diff: content/common/view_messages.h

Issue 6990072: The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 30cfdfe66e853b4b647c6f854dc376ccfbdbd074..84025d21c7e6c8da8da791d4a29823d96502869d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1761,6 +1761,10 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_AllocateSharedMemoryBuffer,
IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
bool /* enabled */)
+// Informs the browser that a plugin has gained or lost focus.
kochi 2011/05/25 06:19:44 Please be specific that this is "a ppapi plugin".
kinaba 2011/05/25 22:23:53 (Removed from the patch set 2.)
+IPC_MESSAGE_ROUTED1(ViewHostMsg_PpapiPluginFocusChanged,
+ bool /* focused */)
+
#if defined(OS_MACOSX)
// On OSX, we cannot allocated shared memory from within the sandbox, so
// this call exists for the renderer to ask the browser to allocate memory

Powered by Google App Engine
This is Rietveld 408576698