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

Unified Diff: content/common/view_messages.h

Issue 2474323002: Implement WebContentsViewChildFrame::TakeFocus. (Closed)
Patch Set: Remove logging code. Created 3 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 9c7c90abb22c2dd86abcd750000c19291588bd9a..88b65e12350f3c1cc9d366a28ffcebb3de5e9e3d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -778,8 +778,10 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_EnumerateDirectory,
int /* request_id */,
base::FilePath /* file_path */)
-// Tells the browser to move the focus to the next (previous if reverse is
-// true) focusable element.
+// Tells the browser to move the focus to the next (previous if reverse is true)
+// focusable element in chrome if this is the top-level view or tells an outer
dcheng 2017/01/12 10:19:21 This comment is a bit confusing to me. I assume "c
avallee 2017/01/12 20:00:23 Done.
+// WebContents to continue focus traversal after the element representing the
+// inner WebContents.
IPC_MESSAGE_ROUTED1(ViewHostMsg_TakeFocus,
bool /* reverse */)

Powered by Google App Engine
This is Rietveld 408576698