Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: components/translate/core/browser/translate_script.h

Issue 2108053004: add code to propagate finch config TranslateServerStudy server_params to translate element code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browser_tests Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698