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

Unified Diff: content/common/frame_messages.h

Issue 2781383002: Followup comments from r460581. (Closed)
Patch Set: Created 3 years, 9 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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 299ac12c3dd82047eff954e208eff4b848877b7b..329b7f8c45918f7b286306044496d73592df426c 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1609,7 +1609,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_HittestData, FrameHostMsg_HittestData_Params)
// FrameMsg_RunFileChooserResponse message.
IPC_MESSAGE_ROUTED1(FrameHostMsg_RunFileChooser, content::FileChooserParams)
-// Messages to signal the presence or absence of BeforeUnload or Unload handlers
+// Messages to signal the presence or absence of beforeunload or unload handlers
// for a frame. |present| is true if there is at least one of the handlers for
// the frame.
IPC_MESSAGE_ROUTED1(FrameHostMsg_BeforeUnloadHandlersPresent,

Powered by Google App Engine
This is Rietveld 408576698