Index: win8/viewer/metro_viewer_process_host.h |
diff --git a/win8/viewer/metro_viewer_process_host.h b/win8/viewer/metro_viewer_process_host.h |
index 19e9627deac9e610f052468b69531f1045631445..6937337d3ee07cb39b9fb4fc753268a15dc2cf3a 100644 |
--- a/win8/viewer/metro_viewer_process_host.h |
+++ b/win8/viewer/metro_viewer_process_host.h |
@@ -125,6 +125,8 @@ class METRO_VIEWER_EXPORT MetroViewerProcessHost : public IPC::Listener, |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
virtual void OnChannelError() OVERRIDE = 0; |
+ void DisposeViewer(base::ProcessId viewer_process_id, bool force_immediately); |
+ |
private: |
// The following are the implementation for the corresponding static methods |
// above, see them for descriptions. |