Changes in whitespace in order to try submitting cl and commiting.
[chromium-blink-merge.git] / chrome / common / prefetch_messages.h
blobe4f691ac1f4e156741870b6f19b23a2d1c6e8ecc
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Multiply-included message file, no traditional include guard.
6 #include "ipc/ipc_message.h"
7 #include "ipc/ipc_message_macros.h"
8 #include "ipc/ipc_param_traits.h"
9 #include "url/gurl.h"
11 #define IPC_MESSAGE_START PrefetchMsgStart
13 // Prefetch Messages
14 // These are messages sent from the browser to the renderer related to
15 // prefetching.
17 // Instructs the renderer to launch a prefetch within its context.
18 IPC_MESSAGE_ROUTED1(PrefetchMsg_Prefetch,
19 GURL /* url */)