| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4be5a311570cee6bc5e141fc1be1cd271d881615..5456fb9d8a78ec11bd2dcf9be2591bc27ab64268 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -568,3 +568,9 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_EndColorChooser, int /* id */)
|
| IPC_MESSAGE_ROUTED2(FrameHostMsg_SetSelectedColorInColorChooser,
|
| int /* id */,
|
| SkColor /* color */)
|
| +
|
| +// Notifies that the initial empty document of a view has been accessed.
|
| +// After this, it is no longer safe to show a pending navigation's URL without
|
| +// making a URL spoof possible.
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_DidAccessInitialDocument)
|
| +
|
|
|