| Index: chrome/browser/ui/sync/one_click_signin_helper.h
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
|
| index f1ffb84185bc4def86089bcdfd904928621ebc91..fcb3e223f2a68927acfa4c4c1af445a9c3207cad 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_helper.h
|
| +++ b/chrome/browser/ui/sync/one_click_signin_helper.h
|
| @@ -34,6 +34,9 @@ class OneClickSigninHelper : public content::WebContentsObserver {
|
| const std::string& email,
|
| bool check_connected);
|
|
|
| + // Initialize a finch experiment for the infobar.
|
| + static void InitializeFieldTrial();
|
| +
|
| // Looks for the Google-Accounts-SignIn response header, and if found,
|
| // tries to display an infobar in the tab contents identified by the
|
| // child/route id.
|
|
|