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

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

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't assume that a Browser exists + fix nits Created 4 years, 11 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 1a9931b99f146892252b076fadce7ddbf33fe987..f5a8c275a6a87e1e0a12ba24e9144daf7799e87f 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -124,7 +124,8 @@ class InfoBarDelegate {
SHOW_PASSKIT_INFOBAR_ERROR_DELEGATE = 56,
READER_MODE_INFOBAR_DELEGATE = 57,
SYNC_ERROR_INFOBAR_DELEGATE = 58,
- UPGRADE_INFOBAR_DELEGATE = 59
+ UPGRADE_INFOBAR_DELEGATE = 59,
+ WINDOWS_DESKTOP_SEARCH_INFOBAR_DELEGATE = 60,
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698