Index: chrome/utility/utility_thread.h |
=================================================================== |
--- chrome/utility/utility_thread.h (revision 70108) |
+++ chrome/utility/utility_thread.h (working copy) |
@@ -38,7 +38,7 @@ |
private: |
// IPC messages |
- virtual void OnControlMessageReceived(const IPC::Message& msg); |
+ virtual bool OnControlMessageReceived(const IPC::Message& msg); |
void OnUnpackExtension(const FilePath& extension_path); |
// IPC messages for web resource service. |