Index: components/infobars/core/infobar_delegate.h |
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
index 5d5ff375139bb63ce7ccaad844bd65ddb15c591d..ec6cd82b20cf8de40a7c5e7cc7959668e39cd7da 100644 |
--- a/components/infobars/core/infobar_delegate.h |
+++ b/components/infobars/core/infobar_delegate.h |
@@ -62,9 +62,6 @@ class InfoBarDelegate { |
bool is_navigation_to_different_page; |
// True if the entry replaced the existing one. |
bool did_replace_entry; |
- // True for the main frame, false for a sub-frame. |
- bool is_main_frame; |
- bool is_reload; |
bool is_redirect; |
}; |