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

Unified Diff: ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)
Patch Set: Upstream NativeAppLauncher Files Created 4 years, 1 month 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/native_app_launcher/ios_appstore_ids.mm
diff --git a/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
new file mode 100644
index 0000000000000000000000000000000000000000..ccf1144123681053ed9738263a3262247e7e1dbc
--- /dev/null
+++ b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
@@ -0,0 +1,26 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ios/chrome/browser/native_app_launcher/ios_appstore_ids.h"
+
+namespace ios_internal {
+
+// Constants with the iOS AppStore IDs for Google native iOS apps recognized
rohitrao (ping after 24h) 2016/11/17 03:15:22 Remove this comment.
sczs1 2016/11/18 23:42:49 Done.
+// by Chrome.
+const char kIOSAppStoreGmail[] = "422689480";
+const char kIOSAppStoreGoogleDocs[] = "842842640";
+const char kIOSAppStoreGoogleDrive[] = "507874739";
+const char kIOSAppStoreGoogleMaps[] = "585027354";
+const char kIOSAppStoreGooglePhotos[] = "962194608";
+const char kIOSAppStoreGooglePlayMusic[] = "691797987";
+const char kIOSAppStoreGooglePlus[] = "447119634";
+const char kIOSAppStoreGoogleSheets[] = "842849113";
+const char kIOSAppStoreGoogleSlides[] = "879478102";
+const char kIOSAppStoreSpaces[] = "1025159334";
+const char kIOSAppStoreYouTube[] = "544007664";
+
+// AppStore ID for TestFlight.
rohitrao (ping after 24h) 2016/11/17 03:15:22 Remove this comment and merge the constant into th
sdefresne 2016/11/17 06:24:26 when merging, keep name in alphabetic order.
sczs1 2016/11/18 23:42:48 Done.
+const char kIOSAppStoreTestFlight[] = "899247664";
+
+} // namespace ios_internal

Powered by Google App Engine
This is Rietveld 408576698