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

Unified Diff: chrome/browser/plugin_observer.h

Issue 7835004: Moved the following IPCs out of chrome into content where they are handled by (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/plugin_observer.h
===================================================================
--- chrome/browser/plugin_observer.h (revision 99462)
+++ chrome/browser/plugin_observer.h (working copy)
@@ -22,8 +22,9 @@
// IPC::Channel::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message);
+ void CrashedPlugin(const FilePath& plugin_path);
+
private:
- void OnCrashedPlugin(const FilePath& plugin_path);
void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url);
TabContentsWrapper* tab_contents_;

Powered by Google App Engine
This is Rietveld 408576698