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

Unified Diff: chrome/browser/previews/previews_infobar_delegate.h

Issue 2557113004: Seperate reloads when reporting previews infobar dismissal (Closed)
Patch Set: megjablon comments Created 4 years 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: chrome/browser/previews/previews_infobar_delegate.h
diff --git a/chrome/browser/previews/previews_infobar_delegate.h b/chrome/browser/previews/previews_infobar_delegate.h
index 78d9e1276e75fcf9e2ca67f9a1007bcb4063ffbf..a0046a4ce33793197293b62ad17c35bea9ce0a7a 100644
--- a/chrome/browser/previews/previews_infobar_delegate.h
+++ b/chrome/browser/previews/previews_infobar_delegate.h
@@ -35,6 +35,7 @@ class PreviewsInfoBarDelegate : public ConfirmInfoBarDelegate {
INFOBAR_LOAD_ORIGINAL_CLICKED = 1,
INFOBAR_DISMISSED_BY_USER = 2,
INFOBAR_DISMISSED_BY_NAVIGATION = 3,
+ INFOBAR_DISMISSED_BY_RELOAD = 4,
INFOBAR_INDEX_BOUNDARY
};
« no previous file with comments | « no previous file | chrome/browser/previews/previews_infobar_delegate.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698