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

Side by Side Diff: chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_model.cc

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_model.h"
6
7 #include "chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_util.h"
8
9 DesktopIOSPromotionModel::DesktopIOSPromotionModel(
10 desktop_ios_promotion::PromotionEntryPoint entry_point)
11 : entry_point_(entry_point) {}
12
13 void DesktopIOSPromotionModel::OnSendSMSClicked() {
14 // TODO(crbug.com/676655): Call the growth api to send sms.
15 }
16
17 void DesktopIOSPromotionModel::OnNoThanksClicked() {
18 // TODO(crbug.com/676655): Handle logging & update sync.
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698