Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/plugin.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 14:09:25 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:20 (GMT)
commita528c5b40534b666dfdf1bcd4736786d4034fc2e (patch)
tree47ec4b811227e1e33d3e41d7487d026c233a9330 /browser-plugin/plugin.h
parentce47ec697f381c026e7e0fbc08c3c76dc36f495a (diff)
Cleanup loading error handling.
Diffstat (limited to 'browser-plugin/plugin.h')
-rw-r--r--browser-plugin/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index 281affd..a46e07b 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -37,6 +37,7 @@ class Plugin {
void ZoomOut ();
void FindNext (const char *text);
void FindPrevious (const char *text);
+ void ShowLoadingError ();
NPObject *GetScriptableNPObject ();
private: