Commit 4a6bb709 authored by Aaron Klotz's avatar Aaron Klotz
Browse files

Bug 1650118: Part 4 - Update api.txt; r=geckoview-reviewers,agi

Depends on D90932

Differential Revision: https://phabricator.services.mozilla.com/D90933
parent 232f5c6c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -632,7 +632,6 @@ package org.mozilla.geckoview {
    method @Nullable public Rect getScreenSizeOverride();
    method @Nullable public RuntimeTelemetry.Delegate getTelemetryDelegate();
    method public boolean getUseMaxScreenDepth();
    method @Deprecated public boolean getUseMultiprocess();
    method public boolean getWebFontsEnabled();
    method public boolean getWebManifestEnabled();
    method @NonNull public GeckoRuntimeSettings setAboutConfigEnabled(boolean);
@@ -685,7 +684,6 @@ package org.mozilla.geckoview {
    method @NonNull public GeckoRuntimeSettings.Builder screenSizeOverride(int, int);
    method @NonNull public GeckoRuntimeSettings.Builder telemetryDelegate(@NonNull RuntimeTelemetry.Delegate);
    method @NonNull public GeckoRuntimeSettings.Builder useMaxScreenDepth(boolean);
    method @Deprecated @NonNull public GeckoRuntimeSettings.Builder useMultiprocess(boolean);
    method @NonNull public GeckoRuntimeSettings.Builder webFontsEnabled(boolean);
    method @NonNull public GeckoRuntimeSettings.Builder webManifest(boolean);
    method @NonNull protected GeckoRuntimeSettings newSettings(@Nullable GeckoRuntimeSettings);