Commit ac9f3449 authored by Fergus Dall's avatar Fergus Dall

Sheriff: Unbreak the Android build

Bug: 1004585
Change-Id: I446a15b620c25b6f9fa92fb0d5fced200141f644
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808621Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#697084}
parent 967270cd
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
// TODO(crbug/1004585) Crashes on Android
#if !defined(OS_ANDROID)
namespace { namespace {
using autofill::AccessoryAction; using autofill::AccessoryAction;
using autofill::AccessorySheetData; using autofill::AccessorySheetData;
...@@ -59,9 +62,6 @@ AccessorySheetData populate_sheet(AccessoryTabType type) { ...@@ -59,9 +62,6 @@ AccessorySheetData populate_sheet(AccessoryTabType type) {
} // namespace } // namespace
// TODO(crbug/1004585) Crashes on Android
#if !defined(OS_ANDROID)
class ManualFillingControllerTest : public ChromeRenderViewHostTestHarness { class ManualFillingControllerTest : public ChromeRenderViewHostTestHarness {
public: public:
ManualFillingControllerTest() = default; ManualFillingControllerTest() = default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment