| Index: customtabs/src/android/support/customtabs/CustomTabsSession.java
|
| diff --git a/customtabs/src/android/support/customtabs/CustomTabsSession.java b/customtabs/src/android/support/customtabs/CustomTabsSession.java
|
| index 8157733298b700d7a0cb65e82d6884b2159460bb..f0331871b01b91d2022bbd4c89af07dfeb455e5f 100644
|
| --- a/customtabs/src/android/support/customtabs/CustomTabsSession.java
|
| +++ b/customtabs/src/android/support/customtabs/CustomTabsSession.java
|
| @@ -28,6 +28,8 @@ import android.support.customtabs.CustomTabsService.Result;
|
| import android.support.customtabs.CustomTabsSessionToken.DummyCallback;
|
| import android.widget.RemoteViews;
|
|
|
| +import org.chromium.base.annotations.SuppressFBWarnings;
|
| +
|
| import java.util.List;
|
|
|
| /**
|
| @@ -160,6 +162,7 @@ public final class CustomTabsSession {
|
| }
|
|
|
| @Result
|
| + @SuppressFBWarnings("CHROMIUM_SYNCHRONIZED_METHOD")
|
| public synchronized int postMessage(String message, Bundle extras) {
|
| try {
|
| return mService.postMessage(mCallback, message, extras);
|
|
|