| Index: chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| diff --git a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| index 02a4ff88c1015bc2fa01ffd7ea8e24758b2300b4..328db85f0768d10308b11f32c67d5f0f10e6e1da 100644
|
| --- a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| +++ b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| @@ -13,8 +13,8 @@ namespace extensions {
|
| // call relative to browser UI thread.
|
| class SystemInfoStorageGetFunction : public AsyncExtensionFunction {
|
| public:
|
| - DECLARE_EXTENSION_FUNCTION("experimental.systemInfo.storage.get",
|
| - EXPERIMENTAL_SYSTEMINFO_STORAGE_GET)
|
| + DECLARE_EXTENSION_FUNCTION("systemInfo.storage.get",
|
| + SYSTEMINFO_STORAGE_GET);
|
| SystemInfoStorageGetFunction();
|
|
|
| private:
|
|
|