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:
Diffstat (limited to 'browser-plugin/plugin.h')
-rw-r--r--browser-plugin/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index 96089ba..3f4ba03 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -46,6 +46,7 @@ class Plugin {
private:
void UpdateSizingMode ();
+ void UpdateActions ();
void ClearLoadJob ();
void ClearFindJob ();
@@ -78,6 +79,7 @@ class Plugin {
public:
char *mTitle;
bool mHasSelection;
+ bool mCanFindOnPage;
};
void* NPN_MemDup (const void *aMem, uint32 aLen);