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

Unified Diff: chrome/browser/ui/views/web_dialog_view_browsertest.cc

Issue 10353007: Extract a minimal subset of WebDialogUI/WebDialogDelegate from src/chrome -> src/ui/web_dialogs Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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: chrome/browser/ui/views/web_dialog_view_browsertest.cc
===================================================================
--- chrome/browser/ui/views/web_dialog_view_browsertest.cc (revision 135175)
+++ chrome/browser/ui/views/web_dialog_view_browsertest.cc (working copy)
@@ -186,7 +186,7 @@
// This is timing out about 5~10% of runs. See crbug.com/86059.
IN_PROC_BROWSER_TEST_F(WebDialogBrowserTest, DISABLED_WebContentRendered) {
- WebDialogDelegate* delegate = new test::TestWebDialogDelegate(
+ web_dialogs::WebDialogDelegate* delegate = new test::TestWebDialogDelegate(
GURL(chrome::kChromeUIChromeURLsURL));
TestWebDialogView* view =

Powered by Google App Engine
This is Rietveld 408576698