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

Unified Diff: ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.m

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Keep message property Created 4 years, 5 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: ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.m
diff --git a/chrome/browser/resources/chromeos/login/oobe_card.js b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.m
similarity index 70%
copy from chrome/browser/resources/chromeos/login/oobe_card.js
copy to ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.m
index 22fd324d877f346134d11736d45ebe85c59fb936..cd15034f74a78191d1f5dfe01e4762924c3c42b8 100644
--- a/chrome/browser/resources/chromeos/login/oobe_card.js
+++ b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.m
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({is: 'oobe-card'});
+#import "ios/chrome/browser/ui/alert_coordinator/alert_coordinator.h"

Powered by Google App Engine
This is Rietveld 408576698