| OLD | NEW | 
|---|
| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 60   extern const char kIntentType[]; | 60   extern const char kIntentType[]; | 
| 61   extern const char kIsolation[]; | 61   extern const char kIsolation[]; | 
| 62   extern const char kJs[]; | 62   extern const char kJs[]; | 
| 63   extern const char kKey[]; | 63   extern const char kKey[]; | 
| 64   extern const char kKeycode[]; | 64   extern const char kKeycode[]; | 
| 65   extern const char kLanguage[]; | 65   extern const char kLanguage[]; | 
| 66   extern const char kLaunch[]; | 66   extern const char kLaunch[]; | 
| 67   extern const char kLaunchContainer[]; | 67   extern const char kLaunchContainer[]; | 
| 68   extern const char kLaunchHeight[]; | 68   extern const char kLaunchHeight[]; | 
| 69   extern const char kLaunchLocalPath[]; | 69   extern const char kLaunchLocalPath[]; | 
| 70   extern const char kLaunchMaxHeight[]; |  | 
| 71   extern const char kLaunchMaxWidth[]; |  | 
| 72   extern const char kLaunchMinHeight[]; |  | 
| 73   extern const char kLaunchMinWidth[]; |  | 
| 74   extern const char kLaunchWebURL[]; | 70   extern const char kLaunchWebURL[]; | 
| 75   extern const char kLaunchWidth[]; | 71   extern const char kLaunchWidth[]; | 
| 76   extern const char kLayouts[]; | 72   extern const char kLayouts[]; | 
| 77   extern const char kManifestVersion[]; | 73   extern const char kManifestVersion[]; | 
| 78   extern const char kMatches[]; | 74   extern const char kMatches[]; | 
| 79   extern const char kMIMETypes[]; | 75   extern const char kMIMETypes[]; | 
| 80   extern const char kMinimumChromeVersion[]; | 76   extern const char kMinimumChromeVersion[]; | 
| 81   extern const char kNaClModules[]; | 77   extern const char kNaClModules[]; | 
| 82   extern const char kNaClModulesMIMEType[]; | 78   extern const char kNaClModulesMIMEType[]; | 
| 83   extern const char kNaClModulesPath[]; | 79   extern const char kNaClModulesPath[]; | 
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 354   extern const char kScriptBadgeRequiresFlag[]; | 350   extern const char kScriptBadgeRequiresFlag[]; | 
| 355   extern const char kScriptBadgeIconIgnored[]; | 351   extern const char kScriptBadgeIconIgnored[]; | 
| 356   extern const char kScriptBadgeTitleIgnored[]; | 352   extern const char kScriptBadgeTitleIgnored[]; | 
| 357   extern const char kWebRequestConflictsWithLazyBackground[]; | 353   extern const char kWebRequestConflictsWithLazyBackground[]; | 
| 358 #if defined(OS_CHROMEOS) | 354 #if defined(OS_CHROMEOS) | 
| 359   extern const char kIllegalPlugins[]; | 355   extern const char kIllegalPlugins[]; | 
| 360 #endif | 356 #endif | 
| 361 }  // namespace extension_manifest_errors | 357 }  // namespace extension_manifest_errors | 
| 362 | 358 | 
| 363 #endif  // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ | 359 #endif  // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ | 
| OLD | NEW | 
|---|