summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoshiki <yoshiki@chromium.org>2015-06-25 04:13:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-25 11:14:45 +0000
commitcaac07d588de21301c26613a556133820f5d90dc (patch)
treee0dea93e6ae213a2f9f899b2f71fc05e5e8f23fd
parentb177b539c175c33fc54bb5bb3a362db6cb33c57c (diff)
downloadchromium_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.js8
-rw-r--r--ui/file_manager/integration_tests/video_player/background.js8
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);
/**