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

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

Issue 160084: Chaos geolocation demo, non-WebKit part. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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/chrome.gyp ('k') | chrome/renderer/print_web_view_helper.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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 // This header is meant to be included in multiple passes, hence no traditional 5 // This header is meant to be included in multiple passes, hence no traditional
6 // header guard. 6 // header guard.
7 // See ipc_message_macros.h for explanation of the macros and passes. 7 // See ipc_message_macros.h for explanation of the macros and passes.
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 418
419 // Install the first missing pluign. 419 // Install the first missing pluign.
420 IPC_MESSAGE_ROUTED0(ViewMsg_InstallMissingPlugin) 420 IPC_MESSAGE_ROUTED0(ViewMsg_InstallMissingPlugin)
421 421
422 // Tells the renderer to empty its plugin list cache. 422 // Tells the renderer to empty its plugin list cache.
423 IPC_MESSAGE_CONTROL0(ViewMsg_PurgePluginListCache) 423 IPC_MESSAGE_CONTROL0(ViewMsg_PurgePluginListCache)
424 424
425 IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse, 425 IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse,
426 std::vector<FilePath> /* selected files */) 426 std::vector<FilePath> /* selected files */)
427 427
428 IPC_MESSAGE_ROUTED1(ViewMsg_ChooseGeolocationProviderResponse,
429 int /* provider_id */)
430
428 // Used to instruct the RenderView to go into "view source" mode. 431 // Used to instruct the RenderView to go into "view source" mode.
429 IPC_MESSAGE_ROUTED0(ViewMsg_EnableViewSourceMode) 432 IPC_MESSAGE_ROUTED0(ViewMsg_EnableViewSourceMode)
430 433
431 IPC_MESSAGE_ROUTED2(ViewMsg_UpdateBackForwardListCount, 434 IPC_MESSAGE_ROUTED2(ViewMsg_UpdateBackForwardListCount,
432 int /* back_list_count */, 435 int /* back_list_count */,
433 int /* forward_list_count */) 436 int /* forward_list_count */)
434 437
435 // Retreive information from the MSAA DOM subtree, for accessibility purposes. 438 // Retreive information from the MSAA DOM subtree, for accessibility purposes.
436 IPC_SYNC_MESSAGE_ROUTED1_1(ViewMsg_GetAccessibilityInfo, 439 IPC_SYNC_MESSAGE_ROUTED1_1(ViewMsg_GetAccessibilityInfo,
437 webkit_glue::WebAccessibility::InParams 440 webkit_glue::WebAccessibility::InParams
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionChanged, 1075 IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionChanged,
1073 std::string /* currently selected text */) 1076 std::string /* currently selected text */)
1074 1077
1075 // Asks the browser to display the file chooser. The result is returned in a 1078 // Asks the browser to display the file chooser. The result is returned in a
1076 // ViewHost_RunFileChooserResponse message. 1079 // ViewHost_RunFileChooserResponse message.
1077 IPC_MESSAGE_ROUTED3(ViewHostMsg_RunFileChooser, 1080 IPC_MESSAGE_ROUTED3(ViewHostMsg_RunFileChooser,
1078 bool /* multiple_files */, 1081 bool /* multiple_files */,
1079 string16 /* title */, 1082 string16 /* title */,
1080 FilePath /* Default file name */) 1083 FilePath /* Default file name */)
1081 1084
1085 IPC_MESSAGE_ROUTED1(ViewHostMsg_ChooseGeolocationProvider, GURL /* url */)
1086
1082 // Notification that password forms have been seen that are candidates for 1087 // Notification that password forms have been seen that are candidates for
1083 // filling/submitting by the password manager 1088 // filling/submitting by the password manager
1084 IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen, 1089 IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen,
1085 std::vector<webkit_glue::PasswordForm> /* forms */) 1090 std::vector<webkit_glue::PasswordForm> /* forms */)
1086 1091
1087 // Notification that a form has been submitted. The user hit the button. 1092 // Notification that a form has been submitted. The user hit the button.
1088 IPC_MESSAGE_ROUTED1(ViewHostMsg_AutofillFormSubmitted, 1093 IPC_MESSAGE_ROUTED1(ViewHostMsg_AutofillFormSubmitted,
1089 webkit_glue::AutofillForm /* form */) 1094 webkit_glue::AutofillForm /* form */)
1090 1095
1091 // Used to tell the parent the user started dragging in the content area. The 1096 // Used to tell the parent the user started dragging in the content area. The
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 IPC_MESSAGE_CONTROL2(ViewHostMsg_DatabaseGetFileAttributes, 1663 IPC_MESSAGE_CONTROL2(ViewHostMsg_DatabaseGetFileAttributes,
1659 FilePath /* the name of the file */, 1664 FilePath /* the name of the file */,
1660 int32 /* a unique message ID */) 1665 int32 /* a unique message ID */)
1661 1666
1662 // Asks the browser process to return the size of a DB file 1667 // Asks the browser process to return the size of a DB file
1663 IPC_MESSAGE_CONTROL2(ViewHostMsg_DatabaseGetFileSize, 1668 IPC_MESSAGE_CONTROL2(ViewHostMsg_DatabaseGetFileSize,
1664 FilePath /* the name of the file */, 1669 FilePath /* the name of the file */,
1665 int32 /* a unique message ID */) 1670 int32 /* a unique message ID */)
1666 1671
1667 IPC_END_MESSAGES(ViewHost) 1672 IPC_END_MESSAGES(ViewHost)
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698