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

Unified Diff: ui/events/linux/text_edit_key_bindings_delegate_auralinux.cc

Issue 2064053002: Move ui/events/linux/* to ui/base/ime/linux/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor7_correct_text_edit_command_aura_typo
Patch Set: Rebase. Created 4 years, 6 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/events/linux/text_edit_key_bindings_delegate_auralinux.cc
diff --git a/ui/events/linux/text_edit_key_bindings_delegate_auralinux.cc b/ui/events/linux/text_edit_key_bindings_delegate_auralinux.cc
deleted file mode 100644
index e6a941bcda41ca9405583e12fcd29ebf94804896..0000000000000000000000000000000000000000
--- a/ui/events/linux/text_edit_key_bindings_delegate_auralinux.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 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/events/linux/text_edit_key_bindings_delegate_auralinux.h"
-
-namespace ui {
-
-namespace {
-// Optional delegate. Unowned pointer.
-TextEditKeyBindingsDelegateAuraLinux* text_edit_keybinding_delegate_ = 0;
-}
-
-void SetTextEditKeyBindingsDelegate(
- TextEditKeyBindingsDelegateAuraLinux* delegate) {
- text_edit_keybinding_delegate_ = delegate;
-}
-
-TextEditKeyBindingsDelegateAuraLinux* GetTextEditKeyBindingsDelegate() {
- return text_edit_keybinding_delegate_;
-}
-
-} // namespace ui
« no previous file with comments | « ui/events/linux/text_edit_key_bindings_delegate_auralinux.h ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698