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

Unified Diff: chrome/test/data/webui/certificate_viewer_dialog_test.js

Issue 8772035: Fix other notify of NOTIFICATION_HTML_DIALOG_SHOWN to pass the RenderViewHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/browser/ui/webui/constrained_html_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/certificate_viewer_dialog_test.js
diff --git a/chrome/test/data/webui/certificate_viewer_dialog_test.js b/chrome/test/data/webui/certificate_viewer_dialog_test.js
index 161e8a7297ec9b4390e1143068f2be6c876ea068..fc22d6d53120ae3fff9de70456e3e4226c30cf83 100644
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js
@@ -43,10 +43,9 @@ CertificateViewerUITestAsync.prototype = {
// Include the bulk of c++ code.
// Certificate viewer UI tests are disabled on platforms with native certificate
// viewers.
-// They fails on aura/linux, aura/chromeos. See crbug.com/105952.
GEN('#include "chrome/test/data/webui/certificate_viewer_ui_test-inl.h"');
GEN('')
-GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX) || defined(USE_AURA)')
+GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX)')
GEN('#define MAYBE_testDialogURL DISABLED_testDialogURL')
GEN('#define MAYBE_testCN DISABLED_testCN')
GEN('#define MAYBE_testDetails DISABLED_testDetails')
« no previous file with comments | « chrome/browser/ui/webui/constrained_html_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698