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

Unified Diff: chrome/common/render_messages.h

Issue 11413217: Instant API: tell page whether the browser is capturing key strokes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@focus
Patch Set: Finish renaming. Created 8 years, 1 month 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index e1dee0252c30c0a9c646f53848e46e5ee7808241..4ca1c74f015e6724f8f18a790aea6b6ecc5b1f89 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -326,6 +326,11 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeAreaHeightChanged,
int /* height */)
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged,
+ bool /* is_key_capture_enabled */)
+
+IPC_MESSAGE_ROUTED0(ChromeViewMsg_SearchBoxStoppedCapturingKeyStrokes)
sreeram 2012/11/29 13:22:31 This message doesn't seem to be needed anymore. Re
samarth 2012/11/29 17:28:21 Done.
+
// Toggles visual muting of the render view area. This is on when a constrained
// window is showing.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized,

Powered by Google App Engine
This is Rietveld 408576698