Index: chrome_frame/utils.h |
=================================================================== |
--- chrome_frame/utils.h (revision 48838) |
+++ chrome_frame/utils.h (working copy) |
@@ -437,7 +437,7 @@ |
ProtocolPatchMethod GetPatchMethod(); |
// Returns true if the IMoniker patch is enabled. |
-bool MonikerPatchEnabled(); |
+bool IsIBrowserServicePatchEnabled(); |
// STL helper class that implements a functor to delete objects. |
// E.g: std::for_each(v.begin(), v.end(), utils::DeleteObject()); |
@@ -451,4 +451,9 @@ |
}; |
} |
+// Convert various protocol flags to text representation. Used for logging. |
+std::string BindStatus2Str(ULONG bind_status); |
+std::string PiFlags2Str(DWORD flags); |
+std::string Bscf2Str(DWORD flags); |
+ |
#endif // CHROME_FRAME_UTILS_H_ |