Chromium Code Reviews

Issue 1594403003: Remove more ifdefs and TODOs that were added for Aura Android (Closed)

Created:
4 years, 11 months ago by bshe
Modified:
4 years, 11 months ago
Reviewers:
no sievers, mfomitchev, sky
CC:
chromium-reviews, tfarina, tdanderson+views_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove more ifdefs and TODOs that were for Aura Android All of them were introduced in codereview.chromium.org/1403293003. As we no longer need to support Aura Android at this moment, removing them from code base. BUG=507792

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+0 lines, -42 lines)
M chrome/browser/ui/views/chrome_views_delegate.cc View 2 chunks +0 lines, -8 lines 0 comments
M ui/views/widget/android/native_widget_android.cc View 13 chunks +0 lines, -34 lines 1 comment

Depends on Patchset:

Messages

Total messages: 13 (4 generated)
bshe
Hi Scott. Do you mind to take a look at this simple CL? It removes ...
4 years, 11 months ago (2016-01-18 14:36:44 UTC) #2
sky
https://codereview.chromium.org/1594403003/diff/1/ui/views/widget/android/native_widget_android.cc File ui/views/widget/android/native_widget_android.cc (right): https://codereview.chromium.org/1594403003/diff/1/ui/views/widget/android/native_widget_android.cc#newcode753 ui/views/widget/android/native_widget_android.cc:753: int NativeWidgetAndroid::OnPerformDrop(const ui::DropTargetEvent& event) { Should we remove this ...
4 years, 11 months ago (2016-01-19 17:05:20 UTC) #3
bshe
Thanks for reviewing. I dont mind to remove the file. But I remember mfomitchev@ said ...
4 years, 11 months ago (2016-01-20 21:59:03 UTC) #5
mfomitchev
For chrome we removed the code entirely. For content and below we took the approach ...
4 years, 11 months ago (2016-01-21 16:43:56 UTC) #8
sky
In general we don't keep dead code around. Imagine if every engineer kept dead code ...
4 years, 11 months ago (2016-01-21 20:08:21 UTC) #9
mfomitchev
Would any of these Android Aura changes in content and below be useful for Mandoline? ...
4 years, 11 months ago (2016-01-21 22:07:25 UTC) #10
sky
Mandoline isn't completely dead, but getting it going on aura is not a priority right ...
4 years, 11 months ago (2016-01-21 22:29:38 UTC) #11
bshe
On 2016/01/21 22:29:38, sky wrote: > Mandoline isn't completely dead, but getting it going on ...
4 years, 11 months ago (2016-01-22 17:12:29 UTC) #12
mfomitchev
4 years, 11 months ago (2016-01-26 22:12:09 UTC) #13
Message was sent while issue was closed.
Created https://codereview.chromium.org/1639003002/ to do the full revert.

Powered by Google App Engine