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

Side by Side Diff: chrome/common/render_messages.h

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder Created 7 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/common/nacl_types.cc ('k') | chrome/nacl.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included file, no traditional include guard. 5 // Multiply-included file, no traditional include guard.
6 #include <map> 6 #include <map>
7 #include <set> 7 #include <set>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/process.h" 13 #include "base/process.h"
14 #include "base/shared_memory.h" 14 #include "base/shared_memory.h"
15 #include "base/strings/string16.h" 15 #include "base/strings/string16.h"
16 #include "base/strings/stringprintf.h" 16 #include "base/strings/stringprintf.h"
17 #include "base/values.h" 17 #include "base/values.h"
18 #include "build/build_config.h" 18 #include "build/build_config.h"
19 #include "chrome/common/autocomplete_match_type.h" 19 #include "chrome/common/autocomplete_match_type.h"
20 #include "chrome/common/common_param_traits.h" 20 #include "chrome/common/common_param_traits.h"
21 #include "chrome/common/content_settings.h" 21 #include "chrome/common/content_settings.h"
22 #include "chrome/common/content_settings_pattern.h" 22 #include "chrome/common/content_settings_pattern.h"
23 #include "chrome/common/instant_types.h" 23 #include "chrome/common/instant_types.h"
24 #include "chrome/common/nacl_types.h"
25 #include "chrome/common/omnibox_focus_state.h" 24 #include "chrome/common/omnibox_focus_state.h"
26 #include "chrome/common/search_provider.h" 25 #include "chrome/common/search_provider.h"
27 #include "chrome/common/search_types.h" 26 #include "chrome/common/search_types.h"
28 #include "chrome/common/translate/language_detection_details.h" 27 #include "chrome/common/translate/language_detection_details.h"
29 #include "chrome/common/translate/translate_errors.h" 28 #include "chrome/common/translate/translate_errors.h"
29 #include "components/nacl/common/nacl_types.h"
30 #include "content/public/common/common_param_traits.h" 30 #include "content/public/common/common_param_traits.h"
31 #include "content/public/common/top_controls_state.h" 31 #include "content/public/common/top_controls_state.h"
32 #include "ipc/ipc_channel_handle.h" 32 #include "ipc/ipc_channel_handle.h"
33 #include "ipc/ipc_message_macros.h" 33 #include "ipc/ipc_message_macros.h"
34 #include "ipc/ipc_platform_file.h" 34 #include "ipc/ipc_platform_file.h"
35 #include "third_party/skia/include/core/SkBitmap.h" 35 #include "third_party/skia/include/core/SkBitmap.h"
36 #include "third_party/WebKit/public/web/WebCache.h" 36 #include "third_party/WebKit/public/web/WebCache.h"
37 #include "third_party/WebKit/public/web/WebConsoleMessage.h" 37 #include "third_party/WebKit/public/web/WebConsoleMessage.h"
38 #include "ui/base/window_open_disposition.h" 38 #include "ui/base/window_open_disposition.h"
39 #include "ui/gfx/rect.h" 39 #include "ui/gfx/rect.h"
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 // previous SetCookie message to be processed. 743 // previous SetCookie message to be processed.
744 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, 744 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies,
745 GURL /* url */, 745 GURL /* url */,
746 GURL /* first_party_for_cookies */, 746 GURL /* first_party_for_cookies */,
747 std::string /* cookies */) 747 std::string /* cookies */)
748 748
749 // Provide the browser process with current renderer framerate. 749 // Provide the browser process with current renderer framerate.
750 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, 750 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS,
751 int /* routing id */, 751 int /* routing id */,
752 float /* frames per second */) 752 float /* frames per second */)
OLDNEW
« no previous file with comments | « chrome/common/nacl_types.cc ('k') | chrome/nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698