Chromium Code Reviews| 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..971754c6985ce48227f51bdf19eeb4339e31a846 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 std::string(); |
| +} |
| + |
| } // namespace ppapi |
| } // namespace webkit |