Chromium Code Reviews| 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 74218f22e802ac54244c7f3ca99d489e54964093..8c80719f69ab24cfb8ca166836af992362b09b2e 100644 |
| --- a/content/public/browser/web_contents_observer.h |
| +++ b/content/public/browser/web_contents_observer.h |
| @@ -330,7 +330,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
| const GURL& url, |
| const Referrer& referrer, |
| WindowOpenDisposition disposition, |
| - ui::PageTransition transition) {} |
| + ui::PageTransition transition, |
| + bool started_from_context_meu) {} |
|
Charlie Reis
2017/02/02 23:34:22
nit: started_from_context_menu
|
| // This method is invoked when the renderer process has completed its first |
| // paint after a non-empty layout. |