Index: chrome/common/platform_util.h |
=================================================================== |
--- chrome/common/platform_util.h (revision 34028) |
+++ chrome/common/platform_util.h (working copy) |
@@ -8,6 +8,7 @@ |
#include "app/gfx/native_widget_types.h" |
#include "base/string16.h" |
#include "chrome/common/renderer_preferences.h" |
+#include "chrome/browser/profile.h" |
class FilePath; |
class GURL; |
@@ -45,7 +46,7 @@ |
const string16& title, |
const string16& message); |
-RendererPreferences GetInitedRendererPreferences(); |
+RendererPreferences GetInitedRendererPreferences(Profile* profile); |
} |