Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 1160443010: More infobar cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS too Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698