Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2899)

Unified Diff: athena/test/chrome/athena_app_browsertest.h

Issue 677233002: Fixing trybot failure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698