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

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

Issue 2029733003: Views: Replace resource ids with ui::TextEditCommand enum for text editing commands in Textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: === 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
« no previous file with comments | « ui/events/linux/text_edit_key_bindings_delegate_auralinux.h ('k') | ui/strings/ui_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/strings/ui_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698