| 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";
|
|
|