Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: ui/file_manager/integration_tests/file_manager/background.js

Issue 1011663002: [Files.app] Add tests of opening Gallery from Files.app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/integration_tests/file_manager/background.js
diff --git a/ui/file_manager/integration_tests/file_manager/background.js b/ui/file_manager/integration_tests/file_manager/background.js
index 39967ff08d9d5d7a3a92acdf0af3fa89f74d78ba..74a6b8a4fcdbd2785506e8f38ace4e0c288a9ceb 100644
--- a/ui/file_manager/integration_tests/file_manager/background.js
+++ b/ui/file_manager/integration_tests/file_manager/background.js
@@ -14,6 +14,15 @@ var FILE_MANAGER_EXTENSIONS_ID = 'hhaomjibdihmijegdhdafkllkbggdgoj';
var remoteCall = new RemoteCallFilesApp(FILE_MANAGER_EXTENSIONS_ID);
/**
+ * Extension ID of Gallery.
+ * @type {string}
+ * @const
+ */
+var GALLERY_APP_ID = 'nlkncpkkdoccmpiclbokaimcnedabhhm';
+
+var galleryApp = new RemoteCallGallery(GALLERY_APP_ID);
+
+/**
* Extension ID of Audio Player.
* @type {string}
* @const

Powered by Google App Engine
This is Rietveld 408576698