| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e1069a29d07debb43ebf242b7f2dafd56b94dac0..66cacbc1117d5a75389088b07dfa0dd22550dbe3 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -727,10 +727,10 @@ IPC_MESSAGE_ROUTED1(FrameMsg_HideTransitionElements,
|
| IPC_MESSAGE_ROUTED1(FrameMsg_ShowTransitionElements,
|
| std::string /* css_selector */)
|
|
|
| -// Tells the renderer to reload the frame, optionally ignoring the cache while
|
| +// Tells the renderer to reload the frame, optionally bypassing the cache while
|
| // doing so.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_Reload,
|
| - bool /* ignore_cache */)
|
| + bool /* bypass_cache */)
|
|
|
| // Notifies the color chooser client that the user selected a color.
|
| IPC_MESSAGE_ROUTED2(FrameMsg_DidChooseColorResponse, unsigned, SkColor)
|
|
|