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

Side by Side Diff: chrome/common/extensions/extension_constants.cc

Issue 68103023: Remove Citrix app related constants which are no longer used (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "chrome/common/extensions/extension_constants.h" 5 #include "chrome/common/extensions/extension_constants.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/strings/string_util.h" 10 #include "base/strings/string_util.h"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 const char kLaunchSourceAppList[] = "chrome-app-launcher"; 92 const char kLaunchSourceAppList[] = "chrome-app-launcher";
93 const char kLaunchSourceAppListSearch[] = "chrome-app-launcher-search"; 93 const char kLaunchSourceAppListSearch[] = "chrome-app-launcher-search";
94 94
95 } // namespace extension_urls 95 } // namespace extension_urls
96 96
97 namespace extension_misc { 97 namespace extension_misc {
98 98
99 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno"; 99 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno";
100 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf"; 100 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";
101 const char kCitrixReceiverAppId[] = "haiffjcadagjlijoggckpgfnoeiflnem";
102 const char kCitrixReceiverAppBetaId[] = "gnedhmakppccajfpfiihfcdlnpgomkcf";
103 const char kCitrixReceiverAppDevId[] = "fjcibdnjlbfnbfdjneajpipnlcppleek";
104 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng"; 101 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng";
105 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa"; 102 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa";
106 const char kGmailAppId[] = "pjkljhegncpnkpknbcohdijeoejaedia"; 103 const char kGmailAppId[] = "pjkljhegncpnkpknbcohdijeoejaedia";
107 const char kGoogleDocAppId[] = "aohghmighlieiainnegkcijnfilokake"; 104 const char kGoogleDocAppId[] = "aohghmighlieiainnegkcijnfilokake";
108 const char kGooglePlayMusicAppId[] = "icppfcnhkcmnfdhfhphakoifcfokfdhg"; 105 const char kGooglePlayMusicAppId[] = "icppfcnhkcmnfdhfhphakoifcfokfdhg";
109 const char kGoogleSearchAppId[] = "coobgpohoikkiipiblmjeljniedjpjpf"; 106 const char kGoogleSearchAppId[] = "coobgpohoikkiipiblmjeljniedjpjpf";
110 const char kGoogleSheetsAppId[] = "felcaaldnbdncclmgdcncolpebgiejap"; 107 const char kGoogleSheetsAppId[] = "felcaaldnbdncclmgdcncolpebgiejap";
111 const char kGoogleSlidesAppId[] = "aapocclcgogkmnckokdopfmhonfmgoek"; 108 const char kGoogleSlidesAppId[] = "aapocclcgogkmnckokdopfmhonfmgoek";
112 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo"; 109 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo";
113 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp"; 110 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp";
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 179
183 const int kScriptBadgeIconSizes[] = { 180 const int kScriptBadgeIconSizes[] = {
184 EXTENSION_ICON_BITTY, // 16 181 EXTENSION_ICON_BITTY, // 16
185 2 * EXTENSION_ICON_BITTY // 32 182 2 * EXTENSION_ICON_BITTY // 32
186 }; 183 };
187 184
188 const size_t kNumScriptBadgeIconSizes = 185 const size_t kNumScriptBadgeIconSizes =
189 arraysize(kScriptBadgeIconSizes); 186 arraysize(kScriptBadgeIconSizes);
190 187
191 } // namespace extension_misc 188 } // namespace extension_misc
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698