summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/translation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/translation_service.h')
-rw-r--r--chrome/browser/renderer_host/translation_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/renderer_host/translation_service.h b/chrome/browser/renderer_host/translation_service.h
index dc84b24..273a142 100644
--- a/chrome/browser/renderer_host/translation_service.h
+++ b/chrome/browser/renderer_host/translation_service.h
@@ -160,6 +160,10 @@ class TranslationService : public URLFetcher::Delegate {
TranslationRequestMap pending_translation_requests_;
TranslationRequestMap pending_secure_translation_requests_;
+ // The size taken by the parameters and separators needed when adding text to
+ // a request string.
+ static size_t text_param_length_;
+
// The language supported by the translation server.
static base::LazyInstance<std::set<std::string> > supported_languages_;