| Index: chrome_frame/utils.h
|
| ===================================================================
|
| --- chrome_frame/utils.h (revision 42644)
|
| +++ chrome_frame/utils.h (working copy)
|
| @@ -12,6 +12,7 @@
|
| #include <wininet.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/file_path.h"
|
| #include "base/histogram.h"
|
| #include "base/lock.h"
|
| #include "base/logging.h"
|
| @@ -171,6 +172,8 @@
|
| // 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).
|
| //
|
|
|