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

Commit a29868e3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Add a feature flag for using app search for web zero-state." into tm-qpr-dev

parents d833fe4a edea2575
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -274,6 +274,10 @@ public final class FeatureFlags {
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "Use local overrides for search request timeout");
            "Use local overrides for search request timeout");


    public static final BooleanFlag USE_APP_SEARCH_FOR_WEB = getDebugFlag(
            "USE_APP_SEARCH_FOR_WEB", false,
            "Use app search to request zero state web suggestions");

    public static final BooleanFlag CONTINUOUS_VIEW_TREE_CAPTURE = getDebugFlag(
    public static final BooleanFlag CONTINUOUS_VIEW_TREE_CAPTURE = getDebugFlag(
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");