| Index: athena/test/chrome/athena_app_browsertest.h
|
| diff --git a/athena/test/chrome/athena_app_browsertest.h b/athena/test/chrome/athena_app_browsertest.h
|
| index 3c49a146ddf176d0830caf881b1889cfd7545f14..8aa9f2771b27e327bcdc37bab1cbbbfee50a545c 100644
|
| --- a/athena/test/chrome/athena_app_browsertest.h
|
| +++ b/athena/test/chrome/athena_app_browsertest.h
|
| @@ -19,6 +19,9 @@ class AthenaAppBrowserTest : public extensions::PlatformAppBrowserTest {
|
| AthenaAppBrowserTest();
|
| ~AthenaAppBrowserTest() override;
|
|
|
| + // extensions::PlatformAppBrowserTest:
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
| +
|
| protected:
|
| // Creates an app activity and returns after app is fully loaded.
|
| Activity* CreateTestAppActivity(const std::string app_id);
|
|
|