| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index 5f52021c2e69e93467c67293c0ff2078960233b9..a2c13f14b301f07948d186a6e252f287419817b6 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -362,8 +362,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
|
|
| // These methods are invoked when a Pepper plugin instance is created/deleted
|
| // in the DOM.
|
| - virtual void PepperInstanceCreated() {}
|
| - virtual void PepperInstanceDeleted() {}
|
| + virtual void PepperInstanceCreated(int32_t pp_instance) {}
|
| + virtual void PepperInstanceDeleted(int32_t pp_instance) {}
|
|
|
| // Notification that a plugin has crashed.
|
| // |plugin_pid| is the process ID identifying the plugin process. Note that
|
|
|