OLD | NEW |
---|---|
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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 | 6 |
7 namespace extension_manifest_keys { | 7 namespace extension_manifest_keys { |
8 | 8 |
9 const char* kAllFrames = "all_frames"; | 9 const char* kAllFrames = "all_frames"; |
10 const char* kApp = "app"; | 10 const char* kApp = "app"; |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
297 const char* kDecodedImagesFilename = "DECODED_IMAGES"; | 297 const char* kDecodedImagesFilename = "DECODED_IMAGES"; |
298 | 298 |
299 // The file to write our decoded message catalogs to, relative to the | 299 // The file to write our decoded message catalogs to, relative to the |
300 // extension_path. | 300 // extension_path. |
301 const char* kDecodedMessageCatalogsFilename = "DECODED_MESSAGE_CATALOGS"; | 301 const char* kDecodedMessageCatalogsFilename = "DECODED_MESSAGE_CATALOGS"; |
302 } | 302 } |
303 | 303 |
304 namespace extension_misc { | 304 namespace extension_misc { |
305 const char* kBookmarkManagerId = "eemcgdkfndhakfknompkggombfjjjeno"; | 305 const char* kBookmarkManagerId = "eemcgdkfndhakfknompkggombfjjjeno"; |
306 const char* kWebStoreAppId = "ahfgeienlihckogmohjhadlkjgocpleb"; | 306 const char* kWebStoreAppId = "ahfgeienlihckogmohjhadlkjgocpleb"; |
307 const char* kNTPWebStoreAppId = "web-store-entry"; | |
Erik does not do reviews
2010/11/10 23:29:51
this needs a comment. it's not a valid id, so I a
| |
307 } | 308 } |
OLD | NEW |