summaryrefslogtreecommitdiffstats
path: root/chrome/common/platform_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/platform_util.h')
-rw-r--r--chrome/common/platform_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h
index 0a042f2..fbe1ba6 100644
--- a/chrome/common/platform_util.h
+++ b/chrome/common/platform_util.h
@@ -7,6 +7,7 @@
#include "app/gfx/native_widget_types.h"
#include "base/string16.h"
+#include "chrome/common/renderer_preferences.h"
class FilePath;
class GURL;
@@ -44,6 +45,8 @@ void SimpleErrorBox(gfx::NativeWindow parent,
const string16& title,
const string16& message);
+RendererPreferences GetInitedRendererPreferences();
+
}
#endif // CHROME_COMMON_PLATFORM_UTIL_H_