summaryrefslogtreecommitdiffstats
path: root/chrome/common/platform_util.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 20:26:43 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-09 20:26:43 +0000
commitb5ac37f3cc4b85b8f7cee0b7ba61640b4a7673b5 (patch)
tree8e2a9f96f9671cb92b9362f0954df0b44595c533 /chrome/common/platform_util.h
parent37a649305d53e4be8862da1d84797d44655acd51 (diff)
downloadchromium_src-b5ac37f3cc4b85b8f7cee0b7ba61640b4a7673b5.zip
chromium_src-b5ac37f3cc4b85b8f7cee0b7ba61640b4a7673b5.tar.gz
chromium_src-b5ac37f3cc4b85b8f7cee0b7ba61640b4a7673b5.tar.bz2
rollback r34183
tbr=asargent Review URL: http://codereview.chromium.org/482002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34187 0039d316-1c4b-4281-b951-d872f2087c98
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_