| Index: chrome/browser/extensions/api/runtime/runtime_api.cc
|
| diff --git a/chrome/browser/extensions/api/runtime/runtime_api.cc b/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| index 31425653aa352db0e1785e81f8ff2acae31b20df..64106fec0ec8f93e181a301da90ca6fd4d656f81 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_api.cc
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace {
|
|
|
| -const char kOnInstalledEvent[] = "experimental.runtime.onInstalled";
|
| +const char kOnInstalledEvent[] = "runtime.onInstalled";
|
| const char kNoBackgroundPageError[] = "You do not have a background page.";
|
| const char kPageLoadError[] = "Background page failed to load.";
|
|
|
|
|