Index: chrome/browser/chrome_browser_main.h |
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h |
index 347e7f860df2a36d52b0796ce349b77c54045a90..e957a53a36595886bb30759f9383e79d9c13043e 100644 |
--- a/chrome/browser/chrome_browser_main.h |
+++ b/chrome/browser/chrome_browser_main.h |
@@ -140,6 +140,9 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { |
// Disables the new tab field trial if not running in desktop mode. |
void DisableNewTabFieldTrialIfNecesssary(); |
+ // Field trial for testing TLS channel id. |
+ void ChannelIDFieldTrial(); |
+ |
// Methods for |SetupMetricsAndFieldTrials()| -------------------------------- |
// Constructs metrics service and does related initialization, including |