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

Unified Diff: chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: SMS integration & loggin Created 3 years, 10 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/views/desktop_ios_promotion/desktop_ios_promotion_view.h
diff --git a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
index 65c71080090d20276317dc94031525047678e90a..f7c435b4e428f48f0910f19c70361c1f61b71eb0 100644
--- a/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
+++ b/chrome/browser/ui/views/desktop_ios_promotion/desktop_ios_promotion_view.h
@@ -11,6 +11,7 @@
#include "ui/views/view.h"
class DesktopIOSPromotionController;
+class Profile;
// The DesktopIOSPromotionView has the basic layout for the
// desktop to ios promotion view.
@@ -19,7 +20,8 @@ class DesktopIOSPromotionController;
class DesktopIOSPromotionView : public views::View,
public views::ButtonListener {
public:
- explicit DesktopIOSPromotionView(desktop_ios_promotion::PromotionEntryPoint);
+ DesktopIOSPromotionView(Profile* profile,
+ desktop_ios_promotion::PromotionEntryPoint);
private:
// ButtonListener:

Powered by Google App Engine
This is Rietveld 408576698