summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/localized_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/localized_error.h')
-rw-r--r--chromium/chrome/common/localized_error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/chrome/common/localized_error.h b/chromium/chrome/common/localized_error.h
index a68407fada5..401adf2026d 100644
--- a/chromium/chrome/common/localized_error.h
+++ b/chromium/chrome/common/localized_error.h
@@ -47,9 +47,11 @@ class LocalizedError {
// on HTTP errors, like 404 or connection reset, but using information from
// the associated |app| in order to make the error page look like it's more
// part of the app.
+#if !defined(TOOLKIT_QT)
static void GetAppErrorStrings(const GURL& display_url,
const extensions::Extension* app,
base::DictionaryValue* error_strings);
+#endif // !defined(TOOLKIT_QT)
static const char kHttpErrorDomain[];