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

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

Issue 271117: Limit extensions to 1 UI surface (either Page/Browser action, but not both).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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.cc ('k') | chrome/common/extensions/extension_constants.cc » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 // Keys used in JSON representation of extensions. 8 // Keys used in JSON representation of extensions.
9 namespace extension_manifest_keys { 9 namespace extension_manifest_keys {
10 extern const wchar_t* kBackground; 10 extern const wchar_t* kBackground;
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 extern const char* kInvalidPageActionTypeValue; 100 extern const char* kInvalidPageActionTypeValue;
101 extern const char* kInvalidPermissions; 101 extern const char* kInvalidPermissions;
102 extern const char* kInvalidPermission; 102 extern const char* kInvalidPermission;
103 extern const char* kInvalidPermissionScheme; 103 extern const char* kInvalidPermissionScheme;
104 extern const char* kInvalidZipHash; 104 extern const char* kInvalidZipHash;
105 extern const char* kInvalidTheme; 105 extern const char* kInvalidTheme;
106 extern const char* kInvalidThemeImagesMissing; 106 extern const char* kInvalidThemeImagesMissing;
107 extern const char* kInvalidThemeImages; 107 extern const char* kInvalidThemeImages;
108 extern const char* kInvalidThemeColors; 108 extern const char* kInvalidThemeColors;
109 extern const char* kInvalidThemeTints; 109 extern const char* kInvalidThemeTints;
110 extern const char* kOneUISurfaceOnly;
110 extern const char* kThemesCannotContainExtensions; 111 extern const char* kThemesCannotContainExtensions;
111 extern const char* kManifestParseError; 112 extern const char* kManifestParseError;
112 extern const char* kManifestUnreadable; 113 extern const char* kManifestUnreadable;
113 extern const char* kMissingFile; 114 extern const char* kMissingFile;
114 extern const char* kInvalidUpdateURL; 115 extern const char* kInvalidUpdateURL;
115 extern const char* kInvalidDefaultLocale; 116 extern const char* kInvalidDefaultLocale;
116 extern const char* kLocalesNoDefaultLocaleSpecified; 117 extern const char* kLocalesNoDefaultLocaleSpecified;
117 extern const char* kLocalesNoValidLocaleNamesListed; 118 extern const char* kLocalesNoValidLocaleNamesListed;
118 } // namespace extension_manifest_errors 119 } // namespace extension_manifest_errors
119 120
120 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 121 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698