diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 13:58:01 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 13:58:01 +0900 |
commit | 22db12f2a37529a560eda1839c3a23011f900fab (patch) | |
tree | 84e0f02fb447984fdded7e4a167b7545f2f5756c /src/content/messages.js | |
parent | 0f54a203dba38acdd080a928cee95f875fe84706 (diff) |
move messages to shared
Diffstat (limited to 'src/content/messages.js')
-rw-r--r-- | src/content/messages.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/content/messages.js b/src/content/messages.js deleted file mode 100644 index 138f0e0..0000000 --- a/src/content/messages.js +++ /dev/null @@ -1,16 +0,0 @@ -export default { - SETTINGS_QUERY: 'settings.query', - - BACKGROUND_OPERATION: 'background.operation', - - CONSOLE_BLURRED: 'console.blured', - CONSOLE_ENTERED: 'console.entered', - CONSOLE_QUERY_COMPLETIONS: 'console.query.completions', - CONSOLE_SHOW_COMMAND: 'console.show.command', - CONSOLE_SHOW_ERROR: 'console.show.error', - CONSOLE_HIDE: 'console.hide', - - OPEN_URL: 'open.url', - - SETTINGS_RELOAD: 'settings.reload', -}; |