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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initialize test variable Created 7 years, 9 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
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 #include "chrome/common/extensions/extension_manifest_constants.h" 6 #include "chrome/common/extensions/extension_manifest_constants.h"
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/command_line.h" 10 #include "base/command_line.h"
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno"; 123 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno";
124 const char kCitrixReceiverAppId[] = "haiffjcadagjlijoggckpgfnoeiflnem"; 124 const char kCitrixReceiverAppId[] = "haiffjcadagjlijoggckpgfnoeiflnem";
125 const char kCitrixReceiverAppBetaId[] = "gnedhmakppccajfpfiihfcdlnpgomkcf"; 125 const char kCitrixReceiverAppBetaId[] = "gnedhmakppccajfpfiihfcdlnpgomkcf";
126 const char kCitrixReceiverAppDevId[] = "fjcibdnjlbfnbfdjneajpipnlcppleek"; 126 const char kCitrixReceiverAppDevId[] = "fjcibdnjlbfnbfdjneajpipnlcppleek";
127 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa"; 127 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa";
128 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo"; 128 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo";
129 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp"; 129 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp";
130 const char kCroshBuiltinAppId[] = "nkoccljplnhpfnfiajclkommnmllphnl"; 130 const char kCroshBuiltinAppId[] = "nkoccljplnhpfnfiajclkommnmllphnl";
131 const char kQuickOfficeExtensionId[] = "gbkeegbaiigmenfmjfclcdgdpimamgkj"; 131 const char kQuickOfficeExtensionId[] = "gbkeegbaiigmenfmjfclcdgdpimamgkj";
132 const char kQuickOfficeDevExtensionId[] = "ionpfmkccalenbmnddpbmocokhaknphg"; 132 const char kQuickOfficeDevExtensionId[] = "ionpfmkccalenbmnddpbmocokhaknphg";
133 const char kStreamsPrivateTestExtensionId[] =
134 "oickdpebdnfbgkcaoklfcdhjniefkcji";
133 const char kWebStoreAppId[] = "ahfgeienlihckogmohjhadlkjgocpleb"; 135 const char kWebStoreAppId[] = "ahfgeienlihckogmohjhadlkjgocpleb";
134 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng"; 136 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng";
135 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf"; 137 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";
136 const char kSettingsAppId[] = "ennkphjdgehloodpbhlhldgbnhmacadg"; 138 const char kSettingsAppId[] = "ennkphjdgehloodpbhlhldgbnhmacadg";
137 const char kAppLaunchHistogram[] = "Extensions.AppLaunch"; 139 const char kAppLaunchHistogram[] = "Extensions.AppLaunch";
138 #if defined(OS_CHROMEOS) 140 #if defined(OS_CHROMEOS)
139 const char kChromeVoxExtensionPath[] = 141 const char kChromeVoxExtensionPath[] =
140 "/usr/share/chromeos-assets/accessibility/extensions/access_chromevox"; 142 "/usr/share/chromeos-assets/accessibility/extensions/access_chromevox";
141 const char kSpeechSynthesisExtensionPath[] = 143 const char kSpeechSynthesisExtensionPath[] =
142 "/usr/share/chromeos-assets/speech_synthesis/patts"; 144 "/usr/share/chromeos-assets/speech_synthesis/patts";
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 179
178 const int kScriptBadgeIconSizes[] = { 180 const int kScriptBadgeIconSizes[] = {
179 EXTENSION_ICON_BITTY, // 16 181 EXTENSION_ICON_BITTY, // 16
180 2 * EXTENSION_ICON_BITTY // 32 182 2 * EXTENSION_ICON_BITTY // 32
181 }; 183 };
182 184
183 const size_t kNumScriptBadgeIconSizes = 185 const size_t kNumScriptBadgeIconSizes =
184 arraysize(kScriptBadgeIconSizes); 186 arraysize(kScriptBadgeIconSizes);
185 187
186 } // namespace extension_misc 188 } // namespace extension_misc
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/common/extensions/extension_manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698