Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents.h |
| =================================================================== |
| --- content/browser/tab_contents/tab_contents.h (revision 81920) |
| +++ content/browser/tab_contents/tab_contents.h (working copy) |
| @@ -1004,9 +1004,6 @@ |
| // Should we block all child TabContents this attempts to spawn. |
| bool all_contents_blocked_; |
| - // TODO(pkasting): Hack to try and fix Linux browser tests. |
| - bool dont_notify_render_view_; |
|
Avi (use Gerrit)
2011/04/18 04:44:11
Have you verified that this is no longer needed?
jam
2011/04/18 04:53:56
it's used to control whether or not to send an IPC
|
| - |
| // True if this is a secure page which displayed insecure content. |
| bool displayed_insecure_content_; |