Index: components/translate/core/browser/translate_script.h |
diff --git a/components/translate/core/browser/translate_script.h b/components/translate/core/browser/translate_script.h |
index 8c358735035d2328a38e4b79778078fd7fcff449..822138c5232932e8da6b5a3f39e7f9a88ee4512a 100644 |
--- a/components/translate/core/browser/translate_script.h |
+++ b/components/translate/core/browser/translate_script.h |
@@ -26,6 +26,12 @@ class TranslateScript { |
static const int kFetcherId = 0; |
+ // Study name in finch config file for the server params. |
+ static const char kTranslateServerStudy[]; |
groby-ooo-7-16
2016/08/02 21:14:10
Please don't expose in the header - I think we can
ftang
2016/08/02 23:46:23
Done.
|
+ |
+ // Param name in finch config file for the server params. |
+ static const char kServerParams[]; |
+ |
TranslateScript(); |
virtual ~TranslateScript(); |