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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 23543)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -425,6 +425,9 @@
IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse,
std::vector<FilePath> /* selected files */)
+ IPC_MESSAGE_ROUTED1(ViewMsg_ChooseGeolocationProviderResponse,
+ int /* provider_id */)
+
// Used to instruct the RenderView to go into "view source" mode.
IPC_MESSAGE_ROUTED0(ViewMsg_EnableViewSourceMode)
@@ -1079,6 +1082,8 @@
string16 /* title */,
FilePath /* Default file name */)
+ IPC_MESSAGE_ROUTED1(ViewHostMsg_ChooseGeolocationProvider, GURL /* url */)
+
// Notification that password forms have been seen that are candidates for
// filling/submitting by the password manager
IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen,
« 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