summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/bho.h')
-rw-r--r--chrome_frame/bho.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h
index b5b6ec5..2838fec 100644
--- a/chrome_frame/bho.h
+++ b/chrome_frame/bho.h
@@ -30,7 +30,10 @@ class PatchHelper {
return state_;
}
- void InitializeAndPatchProtocolsIfNeeded();
+ // Returns true if protocols were patched, false if patching has already
+ // been done.
+ bool InitializeAndPatchProtocolsIfNeeded();
+
void PatchBrowserService(IBrowserService* p);
void UnpatchIfNeeded();
protected: