| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 96a968123205eb86599e56ea772238b381d0d3e9..304cb0905246032531a9cd8c19e479b5a87e12eb 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -625,6 +625,9 @@ class PluginDelegate {
|
| // Create a ClipboardClient for writing to the clipboard. The caller will own
|
| // the pointer to this.
|
| virtual webkit_glue::ClipboardClient* CreateClipboardClient() const = 0;
|
| +
|
| + // Returns a Device ID
|
| + virtual std::string GetDeviceID() = 0;
|
| };
|
|
|
| } // namespace ppapi
|
|
|