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

Unified Diff: ui/views/views_delegate.cc

Issue 798683003: Rename old Aura TouchSelectionController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes Created 6 years 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/views/views_delegate.h ('k') | ui/views/views_touch_selection_controller_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_delegate.cc
diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc
index 6ed6529e718666019f01736c90b065c8e2b997fc..de9ccbbfd92d9b11d9b8e93e2a8915e44b173540 100644
--- a/ui/views/views_delegate.cc
+++ b/ui/views/views_delegate.cc
@@ -9,12 +9,12 @@
namespace views {
ViewsDelegate::ViewsDelegate()
- : views_tsc_factory_(new ViewsTouchSelectionControllerFactory) {
- ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
+ : views_tsc_factory_(new ViewsTouchEditingControllerFactory) {
+ ui::TouchEditingControllerFactory::SetInstance(views_tsc_factory_.get());
}
ViewsDelegate::~ViewsDelegate() {
- ui::TouchSelectionControllerFactory::SetInstance(NULL);
+ ui::TouchEditingControllerFactory::SetInstance(NULL);
}
void ViewsDelegate::SaveWindowPlacement(const Widget* widget,
« no previous file with comments | « ui/views/views_delegate.h ('k') | ui/views/views_touch_selection_controller_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698