diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 73dd143..3f6c1fe 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -1004,9 +1004,6 @@ class TabContents : public PageNavigator, // 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_; - // True if this is a secure page which displayed insecure content. bool displayed_insecure_content_; |