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

Unified Diff: ui/keyboard/keyboard_ui_controller.h

Issue 14161009: WebUIHandler for chrome://keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 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: ui/keyboard/keyboard_ui_controller.h
diff --git a/ui/keyboard/keyboard_ui_controller.h b/ui/keyboard/keyboard_ui_controller.h
index b06ec26c8e27c4caa078e27e1e0c29afd247a40e..875ac1f15aa2542cd2e4f57fdc8a2f49a2761f54 100644
--- a/ui/keyboard/keyboard_ui_controller.h
+++ b/ui/keyboard/keyboard_ui_controller.h
@@ -17,6 +17,7 @@ namespace keyboard {
// WebUIController for chrome://keyboard/.
class KEYBOARD_EXPORT KeyboardUIController : public content::WebUIController {
public:
+ // Creates a WebUIController for chrome://keyboard.
Ben Goodger (Google) 2013/04/18 19:50:38 seems unnecessary given the class-level comment.
bryeung 2013/04/18 20:05:08 Done.
explicit KeyboardUIController(content::WebUI* web_ui);
virtual ~KeyboardUIController();

Powered by Google App Engine
This is Rietveld 408576698