Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: chrome_frame/utils.h

Issue 10197011: Share the "get CF profile dir" code between ChromeFramePlugin and chrome_frame_test_utils.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/proxy_factory_mock.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome_frame/test/proxy_factory_mock.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698