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

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

Issue 7021008: Re-enable DNS prefetch. This feature got disable accidentially in WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | webkit/glue/webpreferences.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/common_param_traits.h" 10 #include "content/common/common_param_traits.h"
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 IPC_STRUCT_TRAITS_MEMBER(site_specific_quirks_enabled) 289 IPC_STRUCT_TRAITS_MEMBER(site_specific_quirks_enabled)
290 IPC_STRUCT_TRAITS_MEMBER(shrinks_standalone_images_to_fit) 290 IPC_STRUCT_TRAITS_MEMBER(shrinks_standalone_images_to_fit)
291 IPC_STRUCT_TRAITS_MEMBER(uses_universal_detector) 291 IPC_STRUCT_TRAITS_MEMBER(uses_universal_detector)
292 IPC_STRUCT_TRAITS_MEMBER(text_areas_are_resizable) 292 IPC_STRUCT_TRAITS_MEMBER(text_areas_are_resizable)
293 IPC_STRUCT_TRAITS_MEMBER(java_enabled) 293 IPC_STRUCT_TRAITS_MEMBER(java_enabled)
294 IPC_STRUCT_TRAITS_MEMBER(allow_scripts_to_close_windows) 294 IPC_STRUCT_TRAITS_MEMBER(allow_scripts_to_close_windows)
295 IPC_STRUCT_TRAITS_MEMBER(uses_page_cache) 295 IPC_STRUCT_TRAITS_MEMBER(uses_page_cache)
296 IPC_STRUCT_TRAITS_MEMBER(remote_fonts_enabled) 296 IPC_STRUCT_TRAITS_MEMBER(remote_fonts_enabled)
297 IPC_STRUCT_TRAITS_MEMBER(javascript_can_access_clipboard) 297 IPC_STRUCT_TRAITS_MEMBER(javascript_can_access_clipboard)
298 IPC_STRUCT_TRAITS_MEMBER(xss_auditor_enabled) 298 IPC_STRUCT_TRAITS_MEMBER(xss_auditor_enabled)
299 IPC_STRUCT_TRAITS_MEMBER(dns_prefetching_enabled)
299 IPC_STRUCT_TRAITS_MEMBER(local_storage_enabled) 300 IPC_STRUCT_TRAITS_MEMBER(local_storage_enabled)
300 IPC_STRUCT_TRAITS_MEMBER(databases_enabled) 301 IPC_STRUCT_TRAITS_MEMBER(databases_enabled)
301 IPC_STRUCT_TRAITS_MEMBER(application_cache_enabled) 302 IPC_STRUCT_TRAITS_MEMBER(application_cache_enabled)
302 IPC_STRUCT_TRAITS_MEMBER(tabs_to_links) 303 IPC_STRUCT_TRAITS_MEMBER(tabs_to_links)
303 IPC_STRUCT_TRAITS_MEMBER(hyperlink_auditing_enabled) 304 IPC_STRUCT_TRAITS_MEMBER(hyperlink_auditing_enabled)
304 IPC_STRUCT_TRAITS_MEMBER(user_style_sheet_enabled) 305 IPC_STRUCT_TRAITS_MEMBER(user_style_sheet_enabled)
305 IPC_STRUCT_TRAITS_MEMBER(user_style_sheet_location) 306 IPC_STRUCT_TRAITS_MEMBER(user_style_sheet_location)
306 IPC_STRUCT_TRAITS_MEMBER(author_and_user_styles_enabled) 307 IPC_STRUCT_TRAITS_MEMBER(author_and_user_styles_enabled)
307 IPC_STRUCT_TRAITS_MEMBER(frame_flattening_enabled) 308 IPC_STRUCT_TRAITS_MEMBER(frame_flattening_enabled)
308 IPC_STRUCT_TRAITS_MEMBER(allow_universal_access_from_file_urls) 309 IPC_STRUCT_TRAITS_MEMBER(allow_universal_access_from_file_urls)
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 1940
1940 // Stores new inspector setting in the profile. 1941 // Stores new inspector setting in the profile.
1941 // TODO(jam): this should be in the chrome module 1942 // TODO(jam): this should be in the chrome module
1942 IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting, 1943 IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting,
1943 std::string, /* key */ 1944 std::string, /* key */
1944 std::string /* value */) 1945 std::string /* value */)
1945 1946
1946 // Send back a string to be recorded by UserMetrics. 1947 // Send back a string to be recorded by UserMetrics.
1947 IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction, 1948 IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
1948 std::string /* action */) 1949 std::string /* action */)
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698