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

Side by Side Diff: ios/chrome/browser/native_app_launcher/ios_appstore_ids.h

Issue 2813023003: Removes YouTube app id constant (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_ 5 #ifndef IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
6 #define IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_ 6 #define IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
7 7
8 // AppStore IDs. 8 // AppStore IDs.
9 extern const char kIOSAppStoreGmail[]; 9 extern const char kIOSAppStoreGmail[];
10 extern const char kIOSAppStoreGoogleDocs[]; 10 extern const char kIOSAppStoreGoogleDocs[];
11 extern const char kIOSAppStoreGoogleDrive[]; 11 extern const char kIOSAppStoreGoogleDrive[];
12 extern const char kIOSAppStoreGoogleMaps[]; 12 extern const char kIOSAppStoreGoogleMaps[];
13 extern const char kIOSAppStoreGooglePhotos[]; 13 extern const char kIOSAppStoreGooglePhotos[];
14 extern const char kIOSAppStoreGooglePlayMusic[]; 14 extern const char kIOSAppStoreGooglePlayMusic[];
15 extern const char kIOSAppStoreGooglePlus[]; 15 extern const char kIOSAppStoreGooglePlus[];
16 extern const char kIOSAppStoreGoogleSheets[]; 16 extern const char kIOSAppStoreGoogleSheets[];
17 extern const char kIOSAppStoreGoogleSlides[]; 17 extern const char kIOSAppStoreGoogleSlides[];
18 extern const char kIOSAppStoreTestFlight[]; 18 extern const char kIOSAppStoreTestFlight[];
19 extern const char kIOSAppStoreYouTube[];
20 19
21 #endif // IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_ 20 #endif // IOS_CHROME_BROWSER_NATIVE_APP_LAUNCHER_IOS_APPSTORE_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698