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

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

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 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 110
111 // The extension id of the Crosh component app for ChromeOS. 111 // The extension id of the Crosh component app for ChromeOS.
112 extern const char kCroshBuiltinAppId[]; 112 extern const char kCroshBuiltinAppId[];
113 113
114 // The extension id of the Office Viewer extension. 114 // The extension id of the Office Viewer extension.
115 extern const char kQuickOfficeExtensionId[]; 115 extern const char kQuickOfficeExtensionId[];
116 116
117 // The extension id of the Office Viewer dev extension. 117 // The extension id of the Office Viewer dev extension.
118 extern const char kQuickOfficeDevExtensionId[]; 118 extern const char kQuickOfficeDevExtensionId[];
119 119
120 // The extension id used for testing streamsPrivate
121 extern const char kStreamsPrivateTestExtensionId[];
122
120 // The extension id of the Web Store component application. 123 // The extension id of the Web Store component application.
121 extern const char kWebStoreAppId[]; 124 extern const char kWebStoreAppId[];
122 125
123 // The extension id of the Cloud Print component application. 126 // The extension id of the Cloud Print component application.
124 extern const char kCloudPrintAppId[]; 127 extern const char kCloudPrintAppId[];
125 128
126 // The extension id of the Chrome component application. 129 // The extension id of the Chrome component application.
127 extern const char kChromeAppId[]; 130 extern const char kChromeAppId[];
128 131
129 // The extension id of the settings application. 132 // The extension id of the settings application.
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 extern const int kExtensionActionIconSizes[]; 286 extern const int kExtensionActionIconSizes[];
284 extern const size_t kNumExtensionActionIconSizes; 287 extern const size_t kNumExtensionActionIconSizes;
285 288
286 // List of sizes for extension icons that can be defined in the manifest. 289 // List of sizes for extension icons that can be defined in the manifest.
287 extern const int kScriptBadgeIconSizes[]; 290 extern const int kScriptBadgeIconSizes[];
288 extern const size_t kNumScriptBadgeIconSizes; 291 extern const size_t kNumScriptBadgeIconSizes;
289 292
290 } // extension_misc 293 } // extension_misc
291 294
292 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 295 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/streams_private.json ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698