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

Unified Diff: ui/web_dialogs/test/test_web_contents_handler.cc

Issue 11636037: Make VKEY_F14 and VKEY_HELP close keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address a comment Created 8 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 | « ui/web_dialogs/test/test_web_contents_handler.h ('k') | ui/web_dialogs/web_dialogs.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/web_dialogs/test/test_web_contents_handler.cc
diff --git a/ui/web_dialogs/test/test_web_contents_handler.cc b/ui/web_dialogs/test/test_web_contents_handler.cc
new file mode 100644
index 0000000000000000000000000000000000000000..4b2077ded21b8e69732ebb1cdf47c40ceccc1a45
--- /dev/null
+++ b/ui/web_dialogs/test/test_web_contents_handler.cc
@@ -0,0 +1,32 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/web_dialogs/test/test_web_contents_handler.h"
+
+namespace ui {
+namespace test {
+
+TestWebContentsHandler::TestWebContentsHandler() {
+}
+
+TestWebContentsHandler::~TestWebContentsHandler() {
+}
+
+content::WebContents* TestWebContentsHandler::OpenURLFromTab(
+ content::BrowserContext* context,
+ content::WebContents* source,
+ const content::OpenURLParams& params) {
+ return NULL;
+}
+
+void TestWebContentsHandler::AddNewContents(content::BrowserContext* context,
+ content::WebContents* source,
+ content::WebContents* new_contents,
+ WindowOpenDisposition disposition,
+ const gfx::Rect& initial_pos,
+ bool user_gesture) {
+}
+
+} // namespace test
+} // namespace ui
« no previous file with comments | « ui/web_dialogs/test/test_web_contents_handler.h ('k') | ui/web_dialogs/web_dialogs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698