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

Unified Diff: components/autofill/content/common/autofill_messages.h

Issue 854943002: Remove RenderViewObserver::Resized (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/autofill/content/common/autofill_messages.h
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
index bc2e5afbd9eed2a91820140f2e533efdb5ede16d..94a2748c2fab8f2b1b0cb079949446ea8d53e78e 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -155,6 +155,9 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_FillFieldWithValue,
IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewFieldWithValue,
base::string16 /* value */)
+// The popup has been hidden.
+IPC_MESSAGE_ROUTED0(AutofillMsg_PopupHidden);
Avi (use Gerrit) 2015/01/16 20:01:45 Was hidden, or should be hidden?
Evan Stade 2015/01/16 20:29:14 Was hidden. "Should be hidden" would be "HidePopup
Avi (use Gerrit) 2015/01/16 20:35:12 I got that. I misunderstood the code flow, and tho
+
// Sets the currently selected node's value to be the given data list value.
IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion,
base::string16 /* accepted data list value */)

Powered by Google App Engine
This is Rietveld 408576698