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

Unified Diff: chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h

Issue 23405002: This change modifies behavior of crash dialog in case of aura metro. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes according to code review comments. Created 7 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
Index: chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h
diff --git a/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h b/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h
index 96ff005a43cfc11eecbe744f78724a0a6b8641fa..e108e8af01db1fdcbbd481f251d1030522312d62 100644
--- a/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h
+++ b/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h
@@ -14,6 +14,8 @@ class ChromeMetroViewerProcessHost : public win8::MetroViewerProcessHost {
private:
// win8::MetroViewerProcessHost implementation
virtual void OnChannelError() OVERRIDE;
+ // IPC::Listener implementation
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) OVERRIDE;
virtual void OnOpenURL(const string16& url) OVERRIDE;
virtual void OnHandleSearchRequest(const string16& search_string) OVERRIDE;
« no previous file with comments | « chrome/app/chrome_breakpad_client.cc ('k') | chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698