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

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

Issue 14772016: Treats empty layout as expected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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_MANIFEST_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 extern const char kInvalidIcons[]; 255 extern const char kInvalidIcons[];
256 extern const char kInvalidImport[]; 256 extern const char kInvalidImport[];
257 extern const char kInvalidImportAndExport[]; 257 extern const char kInvalidImportAndExport[];
258 extern const char kInvalidImportId[]; 258 extern const char kInvalidImportId[];
259 extern const char kInvalidImportVersion[]; 259 extern const char kInvalidImportVersion[];
260 extern const char kInvalidIncognitoBehavior[]; 260 extern const char kInvalidIncognitoBehavior[];
261 extern const char kInvalidIncognitoModeForPlatformApp[]; 261 extern const char kInvalidIncognitoModeForPlatformApp[];
262 extern const char kInvalidInputComponents[]; 262 extern const char kInvalidInputComponents[];
263 extern const char kInvalidInputComponentDescription[]; 263 extern const char kInvalidInputComponentDescription[];
264 extern const char kInvalidInputComponentLayoutName[]; 264 extern const char kInvalidInputComponentLayoutName[];
265 extern const char kInvalidInputComponentLayouts[];
266 extern const char kInvalidInputComponentName[]; 265 extern const char kInvalidInputComponentName[];
267 extern const char kInvalidInputComponentShortcutKey[]; 266 extern const char kInvalidInputComponentShortcutKey[];
268 extern const char kInvalidInputComponentShortcutKeycode[]; 267 extern const char kInvalidInputComponentShortcutKeycode[];
269 extern const char kInvalidInputComponentType[]; 268 extern const char kInvalidInputComponentType[];
270 extern const char kInvalidIntent[]; 269 extern const char kInvalidIntent[];
271 extern const char kInvalidIntentDisposition[]; 270 extern const char kInvalidIntentDisposition[];
272 extern const char kInvalidIntentDispositionInPlatformApp[]; 271 extern const char kInvalidIntentDispositionInPlatformApp[];
273 extern const char kInvalidIntentHref[]; 272 extern const char kInvalidIntentHref[];
274 extern const char kInvalidIntentHrefEmpty[]; 273 extern const char kInvalidIntentHrefEmpty[];
275 extern const char kInvalidIntentHrefInPlatformApp[]; 274 extern const char kInvalidIntentHrefInPlatformApp[];
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 extern const char kScriptBadgeRequiresFlag[]; 389 extern const char kScriptBadgeRequiresFlag[];
391 extern const char kScriptBadgeIconIgnored[]; 390 extern const char kScriptBadgeIconIgnored[];
392 extern const char kScriptBadgeTitleIgnored[]; 391 extern const char kScriptBadgeTitleIgnored[];
393 extern const char kWebRequestConflictsWithLazyBackground[]; 392 extern const char kWebRequestConflictsWithLazyBackground[];
394 #if defined(OS_CHROMEOS) 393 #if defined(OS_CHROMEOS)
395 extern const char kIllegalPlugins[]; 394 extern const char kIllegalPlugins[];
396 #endif 395 #endif
397 } // namespace extension_manifest_errors 396 } // namespace extension_manifest_errors
398 397
399 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 398 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698