Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index 879e8d8513c03fa6ccb621249098bb66873a0fab..65e6f2317c98fea9fbc273615e1b392e4af6c345 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -122,6 +122,9 @@ class WebContents : public PageNavigator, |
| // Used to specify the location context which display the new view should |
| // belong. This can be nullptr if not needed. |
| gfx::NativeView context; |
| + |
| + // Created by the renderer process. |
| + bool renderer_created; |
|
Charlie Reis
2015/02/12 00:29:31
Hmm, this is kind of difficult to understand witho
nasko
2015/02/12 17:52:26
It is the last one of them. I've renamed the param
|
| }; |
| // Creates a new WebContents. |