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

Unified Diff: content/common/file_utilities_messages.h

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: threaded Created 8 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 side-by-side diff with in-line comments
Download patch
Index: content/common/file_utilities_messages.h
diff --git a/content/common/file_utilities_messages.h b/content/common/file_utilities_messages.h
index 08cecedd35ee12d97572daf95c176ce5636739fc..4da45c09afacc05f981e996df155502abc85b44b 100644
--- a/content/common/file_utilities_messages.h
+++ b/content/common/file_utilities_messages.h
@@ -31,3 +31,5 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FileUtilitiesMsg_OpenFile,
int /* mode */,
IPC::PlatformFileForTransit /* result */)
+IPC_MESSAGE_CONTROL1(FileUtilitiesMsg_RevealFolderInOS,
+ FilePath /* path */)

Powered by Google App Engine
This is Rietveld 408576698