Skip to content

Commit 556e2d9

Browse files
committed
Remove search onboarding from In
1 parent 2d97019 commit 556e2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/java/org/chromium/chrome/browser/toolbar/top/BraveToolbarLayoutImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public abstract class BraveToolbarLayoutImpl extends ToolbarLayout
164164
ConnectionErrorHandler {
165165
private static final String YOUTUBE_DOMAIN = "youtube.com";
166166
private static final List<String> mBraveSearchEngineDefaultRegions =
167-
Arrays.asList("CA", "DE", "FR", "GB", "US", "AT", "ES", "MX", "BR", "AR");
167+
Arrays.asList("CA", "DE", "FR", "GB", "US", "AT", "ES", "MX", "BR", "AR", "IN");
168168
private static final long MB_10 = 10000000;
169169
private static final long MINUTES_10 = 10 * 60 * 1000;
170170
private static final int URL_FOCUS_TOOLBAR_BUTTONS_TRANSLATION_X_DP = 10;

0 commit comments

Comments
 (0)