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

Unified Diff: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html

Issue 115253002: [Files.app] Fix a potential error in ShareDialog/FileManagerBrowserTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years 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
« no previous file with comments | « no previous file | chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
diff --git a/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
index cbade9ea7025aab8d11db13492af9ca5a842ad4d..51ef2beef1c8f9cfddc3ff9d9e691196257d0001 100644
--- a/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
+++ b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
@@ -7,7 +7,7 @@
<body style="display: none">
<div id="container">
This is a mocked sharing dialog.
- <button onclick="javascript:client.setVisible(false);">Close</button>
+ <button onclick="javascript:shareDialog.setVisible(false);">Close</button>
</div>
</body>
</html>
« no previous file with comments | « no previous file | chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698