diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 21:58:35 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 21:58:35 +0000 |
commit | 21f401282162d9d237cc142dddabb9bbf26295da (patch) | |
tree | cbcf8650ca7976cd89bb5894d56d997e77363670 /ui/views/views_delegate.cc | |
parent | b6b05648b69d6aa57c4a2922a4cf649525e0f46b (diff) | |
download | chromium_src-21f401282162d9d237cc142dddabb9bbf26295da.zip chromium_src-21f401282162d9d237cc142dddabb9bbf26295da.tar.gz chromium_src-21f401282162d9d237cc142dddabb9bbf26295da.tar.bz2 |
Reverting as it caused compile failures on linux chromium OS ASAN
Revert 182542 - Enable touch editing controller for views textfields behind a flag.
BUG=115237
Review URL: https://chromiumcodereview.appspot.com/12210154
TBR=varunjain@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12259033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views_delegate.cc')
-rw-r--r-- | ui/views/views_delegate.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc deleted file mode 100644 index cf51e24..0000000 --- a/ui/views/views_delegate.cc +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2013 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/views/views_delegate.h" - -#include "ui/views/touchui/touch_selection_controller_impl.h" - -namespace views { - -ViewsDelegate::ViewsDelegate() { - ui::TouchSelectionControllerFactory::SetInstance( - new views::ViewsTouchSelectionControllerFactory); -} - -} // namespace views |