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

Unified Diff: chrome/renderer/plugins/missing_plugin.h

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/renderer/custom_menu_commands.h ('k') | chrome/renderer/plugins/missing_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/missing_plugin.h
diff --git a/chrome/renderer/plugins/missing_plugin.h b/chrome/renderer/plugins/missing_plugin.h
index 4e5481fcc07ce1690b8d6a5e9fe8bd873072c8d8..32031540c79cd553ec9917bc8eec957207e22cf5 100644
--- a/chrome/renderer/plugins/missing_plugin.h
+++ b/chrome/renderer/plugins/missing_plugin.h
@@ -44,6 +44,8 @@ class MissingPlugin : public PluginPlaceholder {
void OnFoundMissingPlugin(const string16& plugin_name);
void OnDidNotFindMissingPlugin();
+ void OnStartedDownloadingPlugin();
+ void OnFinishedDownloadingPlugin();
void SetMessage(const string16& message);
void UpdateMessage();
« no previous file with comments | « chrome/renderer/custom_menu_commands.h ('k') | chrome/renderer/plugins/missing_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698