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

Unified Diff: chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc

Issue 12221055: Use a uniform opaque type to represent web contents modal dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable unused webui certificate viewer on linux Created 7 years, 10 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/web_contents_modal_dialog_manager_unittest.cc
diff --git a/chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc b/chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc
index f9ea5fa88b75092f13bcdb0cb9a9e8b1528612c9..b905f8aba1cff96b89bb4afc71b2a0acb328378b 100644
--- a/chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc
+++ b/chrome/browser/ui/web_contents_modal_dialog_manager_unittest.cc
@@ -42,7 +42,7 @@ class WebContentsModalDialogCloseTest : public WebContentsModalDialog {
}
virtual void FocusWebContentsModalDialog() OVERRIDE {}
virtual void PulseWebContentsModalDialog() OVERRIDE {}
- virtual gfx::NativeWindow GetNativeWindow() OVERRIDE {
+ virtual NativeWebContentsModalDialog GetNativeDialog() OVERRIDE {
NOTREACHED();
return NULL;
}
« no previous file with comments | « chrome/browser/ui/web_contents_modal_dialog_manager.cc ('k') | chrome/browser/ui/webui/certificate_viewer_webui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698