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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.h

Issue 10911169: Setup field trial for one-click signin inforbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Steve's review comments Created 8 years, 3 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: 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();
Peter Kasting 2012/09/11 23:02:07 Random drive-by nit: The Google style guide says s
Roger Tawa OOO till Jul 10th 2012/09/12 15:07:14 Done.
+
// 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.

Powered by Google App Engine
This is Rietveld 408576698