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

Unified Diff: chrome/browser/plugin_observer.h

Issue 7812020: Moved the following IPC messages used by the chrome NPAPI plugin installer out of content (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 98657)
+++ chrome/browser/plugin_observer.h (working copy)
@@ -7,6 +7,7 @@
#pragma once
#include "content/browser/tab_contents/tab_contents_observer.h"
+#include "ui/gfx/native_widget_types.h"
jam 2011/08/31 20:23:57 nit: is this needed?
ananta 2011/08/31 20:44:23 Done.
class FilePath;
class GURL;
@@ -23,10 +24,6 @@
virtual bool OnMessageReceived(const IPC::Message& message);
private:
- // Returns the PluginInstallerInfoBarDelegate, creating it if necessary.
- PluginInstallerInfoBarDelegate* GetPluginInstaller();
-
- void OnMissingPluginStatus(int status);
void OnCrashedPlugin(const FilePath& plugin_path);
void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url);

Powered by Google App Engine
This is Rietveld 408576698