diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 04:11:38 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 04:11:38 +0000 |
commit | 0b5364316686f5c99e708ae2801eef13d0cddbcb (patch) | |
tree | a05e56435a375f068d42d3bda4eb0cfdad4afde0 /chrome/browser/extensions/extension_event_names.h | |
parent | fd6b2ddeb13cc927f3168b194697e6867f30bbda (diff) | |
download | chromium_src-0b5364316686f5c99e708ae2801eef13d0cddbcb.zip chromium_src-0b5364316686f5c99e708ae2801eef13d0cddbcb.tar.gz chromium_src-0b5364316686f5c99e708ae2801eef13d0cddbcb.tar.bz2 |
Revert 106660 - Speculative revert. Tests are now sporadically timing out/crashing with ExtensionSettingsApiTest on the stack.
Add onChanged events to the extension settings API, both from sync and between split mode background pages.
BUG=97545
TEST=Updated ExtensionSettingsStorageUnittest, ExtensionSettingsSyncUnittest, ExtensionSettingsApitest
Review URL: http://codereview.chromium.org/8177022
TBR=kalman@chromium.org
Review URL: http://codereview.chromium.org/8365027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_event_names.h')
-rw-r--r-- | chrome/browser/extensions/extension_event_names.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_event_names.h b/chrome/browser/extensions/extension_event_names.h index 3955276..67b3dd2 100644 --- a/chrome/browser/extensions/extension_event_names.h +++ b/chrome/browser/extensions/extension_event_names.h @@ -45,9 +45,6 @@ extern const char kOnDownloadCreated[]; extern const char kOnDownloadChanged[]; extern const char kOnDownloadErased[]; -// Settings. -extern const char kOnSettingsChanged[]; - }; // namespace extension_event_names #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_EVENT_NAMES_H_ |