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

Unified Diff: chrome/browser/ui/webui/keyboard_ui.h

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 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
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/browser/ui/webui/keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/keyboard_ui.h
diff --git a/chrome/browser/ui/webui/keyboard_ui.h b/chrome/browser/ui/webui/keyboard_ui.h
deleted file mode 100644
index 3562e54f8720f7870aaeb1373caacb795bda04c3..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/keyboard_ui.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef CHROME_BROWSER_UI_WEBUI_KEYBOARD_UI_H_
-#define CHROME_BROWSER_UI_WEBUI_KEYBOARD_UI_H_
-#pragma once
-
-#include <string>
-
-#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
-#include "content/public/browser/web_ui_controller.h"
-
-// The WebContents used for the keyboard page.
-class KeyboardUI : public content::WebUIController {
- public:
- explicit KeyboardUI(content::WebUI* web_ui);
- virtual ~KeyboardUI();
-
- class KeyboardHTMLSource : public ChromeURLDataManager::DataSource {
- public:
- KeyboardHTMLSource();
-
- // Overrides from DataSource
- virtual void StartDataRequest(const std::string& path,
- bool is_incognito,
- int request_id) OVERRIDE;
- virtual std::string GetMimeType(const std::string&) const OVERRIDE;
-
- private:
- virtual ~KeyboardHTMLSource() {}
-
- DISALLOW_COPY_AND_ASSIGN(KeyboardHTMLSource);
- };
-
- private:
- DISALLOW_COPY_AND_ASSIGN(KeyboardUI);
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_KEYBOARD_UI_H_
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/browser/ui/webui/keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698