summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index 8c387c5..ffa4b08 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -13,6 +13,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/file_path.h"
#include "base/histogram.h"
#include "base/lock.h"
#include "base/logging.h"
@@ -172,6 +173,8 @@ typedef enum IEVersion {
// will be returned.
IEVersion GetIEVersion();
+FilePath GetIETemporaryFilesFolder();
+
// Retrieves the file version from a module handle without extra round trips
// to the disk (as happens with the regular GetFileVersionInfo API).
//