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

Unified Diff: content/common/pepper_messages.h

Issue 10342013: Generate and connect a Pepper identifier for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup as per brettw; move to serializedreturnvar in the host msg bounce step Created 8 years, 8 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/pepper_messages.h
diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
index 7fa1f116d05d544b96b6d5596a8da510ae19fa06..fd25b50911ae0607a68f6ba6d16e36ca3acf1321 100644
--- a/content/common/pepper_messages.h
+++ b/content/common/pepper_messages.h
@@ -17,3 +17,6 @@
IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
base::Time /* t */,
double /* result */)
+
+IPC_SYNC_MESSAGE_CONTROL0_1(PepperMsg_GetDeviceID,
+ std::string /* id */)

Powered by Google App Engine
This is Rietveld 408576698