Loading core/java/android/webkit/EventLogTags.logtags +0 −1 Original line number Diff line number Diff line Loading @@ -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) core/java/android/webkit/WebSettingsClassic.java +0 −4 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
core/java/android/webkit/EventLogTags.logtags +0 −1 Original line number Diff line number Diff line Loading @@ -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)
core/java/android/webkit/WebSettingsClassic.java +0 −4 Original line number Diff line number Diff line Loading @@ -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(); } Loading