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

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

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)
Patch Set: CL Feedback 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..a119c50ff7ba2112537c3e2e6099b799167f7d1c
--- /dev/null
+++ b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
@@ -0,0 +1,18 @@
+// 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"
+
+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 kIOSAppStoreTestFlight[] = "899247664";
+const char kIOSAppStoreYouTube[] = "544007664";

Powered by Google App Engine
This is Rietveld 408576698