 Chromium Code Reviews
 Chromium Code Reviews Issue 10342013:
  Generate and connect a Pepper identifier for Chrome OS  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10342013:
  Generate and connect a Pepper identifier for Chrome OS  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h | 
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h | 
| index b3ebb10f056cef8be5b1dcb2120aca109f56e78c..ccb60acf4c8aec4856ed4a5106c1b3ec94f6f41f 100644 | 
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h | 
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h | 
| @@ -259,6 +259,7 @@ class PepperPluginDelegateImpl | 
| virtual void SyncGetFileSystemPlatformPath( | 
| const GURL& url, | 
| FilePath* platform_path) OVERRIDE; | 
| + virtual void GetDeviceID(std::string* id) OVERRIDE; | 
| 
brettw
2012/05/03 20:34:21
I don't understand why we have two of these functi
 
Will Drewry
2012/05/03 21:58:49
Done.
Me either.
 | 
| virtual scoped_refptr<base::MessageLoopProxy> | 
| GetFileThreadMessageLoopProxy() OVERRIDE; | 
| @@ -367,6 +368,7 @@ class PepperPluginDelegateImpl | 
| PP_DeviceType_Dev type, | 
| const EnumerateDevicesCallback& callback) OVERRIDE; | 
| virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE; | 
| + virtual std::string GetDeviceID() OVERRIDE; | 
| // RenderViewObserver implementation. | 
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |