| Index: ios/chrome/browser/native_app_launcher/ios_appstore_ids.h
|
| diff --git a/ios/chrome/browser/native_app_launcher/ios_appstore_ids.h b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..03c2878edb990e8380a754308f61045cda202a6b
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.h
|
| @@ -0,0 +1,22 @@
|
| +// 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.
|
| +
|
| +#ifndef IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
|
| +#define IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
|
| +
|
| +// AppStore IDs.
|
| +extern const char kIOSAppStoreGmail[];
|
| +extern const char kIOSAppStoreGoogleDocs[];
|
| +extern const char kIOSAppStoreGoogleDrive[];
|
| +extern const char kIOSAppStoreGoogleMaps[];
|
| +extern const char kIOSAppStoreGooglePhotos[];
|
| +extern const char kIOSAppStoreGooglePlayMusic[];
|
| +extern const char kIOSAppStoreGooglePlus[];
|
| +extern const char kIOSAppStoreGoogleSheets[];
|
| +extern const char kIOSAppStoreGoogleSlides[];
|
| +extern const char kIOSAppStoreSpaces[];
|
| +extern const char kIOSAppStoreTestFlight[];
|
| +extern const char kIOSAppStoreYouTube[];
|
| +
|
| +#endif // IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
|
|
|