| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_plugin_delegate_impl.h (revision 212906)
|
| +++ content/renderer/pepper/pepper_plugin_delegate_impl.h (working copy)
|
| @@ -315,10 +315,6 @@
|
| virtual std::string GetDefaultEncoding() OVERRIDE;
|
| virtual void ZoomLimitsChanged(double minimum_factor, double maximum_factor)
|
| OVERRIDE;
|
| - virtual void DidStartLoading() OVERRIDE;
|
| - virtual void DidStopLoading() OVERRIDE;
|
| - virtual void SetContentRestriction(int restrictions) OVERRIDE;
|
| - virtual void SaveURLAs(const GURL& url) OVERRIDE;
|
| virtual base::SharedMemory* CreateAnonymousSharedMemory(size_t size)
|
| OVERRIDE;
|
| virtual ::ppapi::Preferences GetPreferences() OVERRIDE;
|
|
|