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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.cc

Issue 10323002: Move message handlers that don't belong in RenderProcessHostImpl to their own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: content/renderer/renderer_webkitplatformsupport_impl.cc
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.cc b/content/renderer/renderer_webkitplatformsupport_impl.cc
index 19db1dba2ab8d21191cdd971fe2fc13ad3d961a7..b23c9d2b1e29241abf5fab507807da2bec79a13c 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.cc
+++ b/content/renderer/renderer_webkitplatformsupport_impl.cc
@@ -425,7 +425,7 @@ void RendererWebKitPlatformSupportImpl::FileUtilities::revealFolderInOS(
bool res = file_util::AbsolutePath(&file_path);
DCHECK(res);
RenderThreadImpl::current()->Send(
- new ViewHostMsg_RevealFolderInOS(file_path));
+ new FileUtilitiesMsg_RevealFolderInOS(file_path));
}
bool RendererWebKitPlatformSupportImpl::FileUtilities::getFileModificationTime(
« content/browser/renderer_host/render_process_host_impl.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698