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..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 ""; |
|
brettw
2012/05/03 20:34:21
return std::string()
Will Drewry
2012/05/03 21:58:49
Done.
|
| +} |
| + |
| } // namespace ppapi |
| } // namespace webkit |