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

Unified Diff: chrome/common/render_messages.h

Issue 23513055: Populate canPlayType to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving ipc to chrome/common/ Created 7 years, 3 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index bf9b30f0b8ab81ad78b66bd34c61d576e90d9f2d..90d639579c8222aa17cd889d6a814d5fe1a272b8 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -648,6 +648,7 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_DidRetrieveWebappInformation,
bool /* success */,
bool /* is_webapp_capable */,
GURL /* expected_url */)
+
ddorwin 2013/09/16 17:58:10 Remove file from CL?
qinmin 2013/09/17 19:21:06 Done.
#endif // defined(OS_ANDROID)
// Message sent from renderer to the browser when the element that is focused

Powered by Google App Engine
This is Rietveld 408576698