| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index 7944ac2aedcbfcf70b3ccb89493787a7c18a6dbc..c16de5984ca3850e9501567b12c4dd22ea5e25c9 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -440,5 +440,9 @@ MockPluginDelegate::CreateClipboardClient() const {
|
| return NULL;
|
| }
|
|
|
| +std::string MockPluginDelegate::GetDeviceID() {
|
| + return "";
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|