| 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 374ad4b81b9c53a7083c3c347cc59ceeb335f036..fe55fada142aab623c8a9853e1f97667c6f24045 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -275,7 +275,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
| const Referrer& referrer,
|
| WindowOpenDisposition disposition,
|
| ui::PageTransition transition,
|
| - bool started_from_context_menu) {}
|
| + bool started_from_context_menu,
|
| + bool renderer_initiated) {}
|
|
|
| // This method is invoked when the renderer process has completed its first
|
| // paint after a non-empty layout.
|
|
|