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

Unified Diff: chrome/browser/ui/webui/sync_promo/sync_promo_trial.h

Issue 9225053: Add a blocking version of the sync promo dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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/webui/sync_promo/sync_promo_trial.h
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_trial.h b/chrome/browser/ui/webui/sync_promo/sync_promo_trial.h
index 19ab4bb713ee25788691636c53c5155191a2290a..1a002f7ea5eb5123f48dcea894e209cb56293c17 100644
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_trial.h
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_trial.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_TRIAL_H_
#include "base/basictypes.h"
+#include "chrome/browser/ui/webui/sync_promo/sync_promo_ui.h"
class Profile;
namespace content {
@@ -38,7 +39,7 @@ void RecordUserSignedIn(content::WebUI* web_ui);
// Returns true if a sync promo trial is running that overrides the sync promo
// version. If such a trial is running then on return |version| will contain the
// version of the sync promo to show. |version| must not be NULL.
-bool GetSyncPromoVersionForCurrentTrial(int* version);
+bool GetSyncPromoVersionForCurrentTrial(SyncPromoUI::Version* version);
} // namespace sync_promo_trial

Powered by Google App Engine
This is Rietveld 408576698