diff options
author | yoshiki <yoshiki@chromium.org> | 2015-06-25 04:13:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-25 11:14:45 +0000 |
commit | caac07d588de21301c26613a556133820f5d90dc (patch) | |
tree | e0dea93e6ae213a2f9f899b2f71fc05e5e8f23fd | |
parent | b177b539c175c33fc54bb5bb3a362db6cb33c57c (diff) | |
download | chromium_src-caac07d588de21301c26613a556133820f5d90dc.zip chromium_src-caac07d588de21301c26613a556133820f5d90dc.tar.gz chromium_src-caac07d588de21301c26613a556133820f5d90dc.tar.bz2 |
[Files.app tests] Remove unnecessary variables
BUG=none
TEST=browser_tests pass
Review URL: https://codereview.chromium.org/1189413002
Cr-Commit-Position: refs/heads/master@{#336120}
-rw-r--r-- | ui/file_manager/integration_tests/audio_player/background.js | 8 | ||||
-rw-r--r-- | ui/file_manager/integration_tests/video_player/background.js | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/ui/file_manager/integration_tests/audio_player/background.js b/ui/file_manager/integration_tests/audio_player/background.js index 7b07d13..4c101c6 100644 --- a/ui/file_manager/integration_tests/audio_player/background.js +++ b/ui/file_manager/integration_tests/audio_player/background.js @@ -11,14 +11,6 @@ */ var AUDIO_PLAYER_APP_ID = 'cjbfomnbifhcdnihkgipgfcihmgjfhbf'; -/** - * Extension ID of Files.app. - * @type {string} - * @const - */ -var FILE_MANAGER_EXTENSIONS_ID = 'hhaomjibdihmijegdhdafkllkbggdgoj'; - -var remoteCallFilesApp = new RemoteCallFilesApp(FILE_MANAGER_EXTENSIONS_ID); var remoteCallAudioPlayer = new RemoteCall(AUDIO_PLAYER_APP_ID); /** diff --git a/ui/file_manager/integration_tests/video_player/background.js b/ui/file_manager/integration_tests/video_player/background.js index b971ab4..0a541b1 100644 --- a/ui/file_manager/integration_tests/video_player/background.js +++ b/ui/file_manager/integration_tests/video_player/background.js @@ -11,14 +11,6 @@ */ var VIDEO_PLAYER_APP_ID = 'jcgeabjmjgoblfofpppfkcoakmfobdko'; -/** - * Extension ID of Files.app. - * @type {string} - * @const - */ -var FILE_MANAGER_EXTENSIONS_ID = 'hhaomjibdihmijegdhdafkllkbggdgoj'; - -var remoteCallFilesApp = new RemoteCallFilesApp(FILE_MANAGER_EXTENSIONS_ID); var remoteCallVideoPlayer = new RemoteCall(VIDEO_PLAYER_APP_ID); /** |