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

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

Issue 10960042: Add navigator.doNotTrack property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | content/content_renderer.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 // 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/process.h" 8 #include "base/process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color) 331 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color)
332 IPC_STRUCT_TRAITS_MEMBER(track_color) 332 IPC_STRUCT_TRAITS_MEMBER(track_color)
333 IPC_STRUCT_TRAITS_MEMBER(active_selection_bg_color) 333 IPC_STRUCT_TRAITS_MEMBER(active_selection_bg_color)
334 IPC_STRUCT_TRAITS_MEMBER(active_selection_fg_color) 334 IPC_STRUCT_TRAITS_MEMBER(active_selection_fg_color)
335 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_bg_color) 335 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_bg_color)
336 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_fg_color) 336 IPC_STRUCT_TRAITS_MEMBER(inactive_selection_fg_color)
337 IPC_STRUCT_TRAITS_MEMBER(browser_handles_non_local_top_level_requests) 337 IPC_STRUCT_TRAITS_MEMBER(browser_handles_non_local_top_level_requests)
338 IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_top_level_requests) 338 IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_top_level_requests)
339 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval) 339 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval)
340 IPC_STRUCT_TRAITS_MEMBER(enable_referrers) 340 IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
341 IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track)
341 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level) 342 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
342 IPC_STRUCT_TRAITS_MEMBER(user_agent_override) 343 IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
343 IPC_STRUCT_TRAITS_MEMBER(throttle_input_events) 344 IPC_STRUCT_TRAITS_MEMBER(throttle_input_events)
344 IPC_STRUCT_TRAITS_END() 345 IPC_STRUCT_TRAITS_END()
345 346
346 IPC_STRUCT_TRAITS_BEGIN(content::SSLStatus) 347 IPC_STRUCT_TRAITS_BEGIN(content::SSLStatus)
347 IPC_STRUCT_TRAITS_MEMBER(security_style) 348 IPC_STRUCT_TRAITS_MEMBER(security_style)
348 IPC_STRUCT_TRAITS_MEMBER(cert_id) 349 IPC_STRUCT_TRAITS_MEMBER(cert_id)
349 IPC_STRUCT_TRAITS_MEMBER(cert_status) 350 IPC_STRUCT_TRAITS_MEMBER(cert_status)
350 IPC_STRUCT_TRAITS_MEMBER(security_bits) 351 IPC_STRUCT_TRAITS_MEMBER(security_bits)
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2466 2467
2467 // Perform a seek. 2468 // Perform a seek.
2468 IPC_MESSAGE_ROUTED2(ViewHostMsg_MediaPlayerSeek, 2469 IPC_MESSAGE_ROUTED2(ViewHostMsg_MediaPlayerSeek,
2469 int /* player_id */, 2470 int /* player_id */,
2470 base::TimeDelta /* time */) 2471 base::TimeDelta /* time */)
2471 2472
2472 // Start the player for playback. 2473 // Start the player for playback.
2473 IPC_MESSAGE_ROUTED1(ViewHostMsg_MediaPlayerStart, 2474 IPC_MESSAGE_ROUTED1(ViewHostMsg_MediaPlayerStart,
2474 int /* player_id */) 2475 int /* player_id */)
2475 #endif 2476 #endif
OLDNEW
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698