Index: chrome_frame/dll_redirector.h |
diff --git a/chrome_frame/dll_redirector.h b/chrome_frame/dll_redirector.h |
index be8a89b5153b678fe5a41e77de9241197573bcf7..1e126297f89a830c90d052929f36fd5b40754a72 100644 |
--- a/chrome_frame/dll_redirector.h |
+++ b/chrome_frame/dll_redirector.h |
@@ -33,6 +33,9 @@ class Version; |
// 3) The module this is compiled into is built with version info. |
class DllRedirector { |
public: |
+ // Returns the singleton instance. |
+ static DllRedirector* GetInstance(); |
+ |
virtual ~DllRedirector(); |
// Attempts to register this Chrome Frame version as the first loaded version |