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

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

Issue 139383003: Removed references to "Get Started" app from sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 const char kQuickOfficeComponentExtensionId[] = 114 const char kQuickOfficeComponentExtensionId[] =
115 "bpmcpldpdmajfigpchkicefoigmkfalc"; 115 "bpmcpldpdmajfigpchkicefoigmkfalc";
116 const char kQuickOfficeDevExtensionId[] = "ionpfmkccalenbmnddpbmocokhaknphg"; 116 const char kQuickOfficeDevExtensionId[] = "ionpfmkccalenbmnddpbmocokhaknphg";
117 const char kQuickOfficeExtensionId[] = "gbkeegbaiigmenfmjfclcdgdpimamgkj"; 117 const char kQuickOfficeExtensionId[] = "gbkeegbaiigmenfmjfclcdgdpimamgkj";
118 const char kSettingsAppId[] = "ennkphjdgehloodpbhlhldgbnhmacadg"; 118 const char kSettingsAppId[] = "ennkphjdgehloodpbhlhldgbnhmacadg";
119 const char kStreamsPrivateTestExtensionId[] = 119 const char kStreamsPrivateTestExtensionId[] =
120 "oickdpebdnfbgkcaoklfcdhjniefkcji"; 120 "oickdpebdnfbgkcaoklfcdhjniefkcji";
121 const char kWebStoreAppId[] = "ahfgeienlihckogmohjhadlkjgocpleb"; 121 const char kWebStoreAppId[] = "ahfgeienlihckogmohjhadlkjgocpleb";
122 const char kYoutubeAppId[] = "blpcfgokakmgnkcojhhkbfbldkacnbeo"; 122 const char kYoutubeAppId[] = "blpcfgokakmgnkcojhhkbfbldkacnbeo";
123 const char kInAppPaymentsSupportAppId[] = "nmmhkkegccagdldgiimedpiccmgmieda"; 123 const char kInAppPaymentsSupportAppId[] = "nmmhkkegccagdldgiimedpiccmgmieda";
124 const char kTipsAndTricksAppId[] = "hkhhlkdconhgemhegnplaldnmnmkaemd";
125 124
126 const char kAppLaunchHistogram[] = "Extensions.AppLaunch"; 125 const char kAppLaunchHistogram[] = "Extensions.AppLaunch";
127 const char kPlatformAppLaunchHistogram[] = "Apps.AppLaunch"; 126 const char kPlatformAppLaunchHistogram[] = "Apps.AppLaunch";
128 #if defined(OS_CHROMEOS) 127 #if defined(OS_CHROMEOS)
129 const char kChromeVoxExtensionPath[] = "chromeos/chromevox"; 128 const char kChromeVoxExtensionPath[] = "chromeos/chromevox";
130 // The extension id for the built-in component extension. 129 // The extension id for the built-in component extension.
131 const char kChromeVoxExtensionId[] = 130 const char kChromeVoxExtensionId[] =
132 "mndnfokpggljbaajbnioimlmbfngpief"; 131 "mndnfokpggljbaajbnioimlmbfngpief";
133 const char kConnectivityDiagnosticsPath[] = 132 const char kConnectivityDiagnosticsPath[] =
134 "/usr/share/chromeos-assets/connectivity_diagnostics"; 133 "/usr/share/chromeos-assets/connectivity_diagnostics";
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 182
184 const int kScriptBadgeIconSizes[] = { 183 const int kScriptBadgeIconSizes[] = {
185 EXTENSION_ICON_BITTY, // 16 184 EXTENSION_ICON_BITTY, // 16
186 2 * EXTENSION_ICON_BITTY // 32 185 2 * EXTENSION_ICON_BITTY // 32
187 }; 186 };
188 187
189 const size_t kNumScriptBadgeIconSizes = 188 const size_t kNumScriptBadgeIconSizes =
190 arraysize(kScriptBadgeIconSizes); 189 arraysize(kScriptBadgeIconSizes);
191 190
192 } // namespace extension_misc 191 } // 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