Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c70b1f3b authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Android (Google) Code Review
Browse files

Merge "Remove unused BROWSER_TEXT_SIZE_CHANGE log event."

parents 449b9617 690c6b19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,4 +8,3 @@ option java_package android.webkit;
# 70103- used by the browser app itself

70150 browser_snap_center
70151 browser_text_size_change (oldSize|1|5), (newSize|1|5)
+0 −4
Original line number Diff line number Diff line
@@ -632,10 +632,6 @@ public class WebSettingsClassic extends WebSettings {
    @Override
    public synchronized void setTextZoom(int textZoom) {
        if (mTextSize != textZoom) {
            if (WebViewClassic.mLogEvent) {
                EventLog.writeEvent(EventLogTags.BROWSER_TEXT_SIZE_CHANGE,
                        mTextSize, textZoom);
            }
            mTextSize = textZoom;
            postSync();
        }