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

Side by Side Diff: content/common/view_messages.h

Issue 1307943011: Simple variable renaming: remove transport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/pref_names.cc ('k') | content/public/common/renderer_preferences.h » ('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 // IPC messages for page rendering. 5 // IPC messages for page rendering.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "base/memory/shared_memory.h" 8 #include "base/memory/shared_memory.h"
9 #include "base/process/process.h" 9 #include "base/process/process.h"
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 IPC_STRUCT_TRAITS_MEMBER(active_selection_fg_color) 255 IPC_STRUCT_TRAITS_MEMBER(active_selection_fg_color)
256 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_bg_color) 256 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_bg_color)
257 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_fg_color) 257 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_fg_color)
258 IPC_STRUCT_TRAITS_MEMBER(browser_handles_non_local_top_level_requests) 258 IPC_STRUCT_TRAITS_MEMBER(browser_handles_non_local_top_level_requests)
259 IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_top_level_requests) 259 IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_top_level_requests)
260 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval) 260 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval)
261 IPC_STRUCT_TRAITS_MEMBER(use_custom_colors) 261 IPC_STRUCT_TRAITS_MEMBER(use_custom_colors)
262 IPC_STRUCT_TRAITS_MEMBER(enable_referrers) 262 IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
263 IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track) 263 IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track)
264 IPC_STRUCT_TRAITS_MEMBER(enable_webrtc_multiple_routes) 264 IPC_STRUCT_TRAITS_MEMBER(enable_webrtc_multiple_routes)
265 IPC_STRUCT_TRAITS_MEMBER(enable_webrtc_nonproxied_udp_transport) 265 IPC_STRUCT_TRAITS_MEMBER(enable_webrtc_nonproxied_udp)
266 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level) 266 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
267 IPC_STRUCT_TRAITS_MEMBER(user_agent_override) 267 IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
268 IPC_STRUCT_TRAITS_MEMBER(accept_languages) 268 IPC_STRUCT_TRAITS_MEMBER(accept_languages)
269 IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes) 269 IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
270 IPC_STRUCT_TRAITS_MEMBER(tap_multiple_targets_strategy) 270 IPC_STRUCT_TRAITS_MEMBER(tap_multiple_targets_strategy)
271 IPC_STRUCT_TRAITS_MEMBER(disable_client_blocked_error_page) 271 IPC_STRUCT_TRAITS_MEMBER(disable_client_blocked_error_page)
272 IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed) 272 IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed)
273 IPC_STRUCT_TRAITS_MEMBER(use_video_overlay_for_embedded_encrypted_video) 273 IPC_STRUCT_TRAITS_MEMBER(use_video_overlay_for_embedded_encrypted_video)
274 IPC_STRUCT_TRAITS_MEMBER(use_view_overlay_for_all_video) 274 IPC_STRUCT_TRAITS_MEMBER(use_view_overlay_for_all_video)
275 IPC_STRUCT_TRAITS_MEMBER(network_contry_iso) 275 IPC_STRUCT_TRAITS_MEMBER(network_contry_iso)
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters 1556 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters
1557 // for details. 1557 // for details.
1558 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, 1558 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
1559 LOGFONT /* font_data */, 1559 LOGFONT /* font_data */,
1560 base::string16 /* characters */) 1560 base::string16 /* characters */)
1561 #endif 1561 #endif
1562 1562
1563 // Adding a new message? Stick to the sort order above: first platform 1563 // Adding a new message? Stick to the sort order above: first platform
1564 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 1564 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
1565 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 1565 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698