Index: chrome_frame/utils.h |
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h |
index d9f65804c467d4a5a5098c87cf05099794cf822f..a741b6501be506b827af65ea37a758a0dbcd9d0e 100644 |
--- a/chrome_frame/utils.h |
+++ b/chrome_frame/utils.h |
@@ -621,4 +621,9 @@ bool IsChromeFrameDocument(IWebBrowser2* web_browser); |
// Returns true on success. |
bool IncreaseWinInetConnections(DWORD connections); |
+// Sets |profile_path| to the path for the Chrome Frame |profile_name| |
+// profile. |
+void GetChromeFrameProfilePath(const string16& profile_name, |
+ FilePath* profile_path); |
+ |
#endif // CHROME_FRAME_UTILS_H_ |