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

Side by Side Diff: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/TestWebApkActivity.java

Issue 2701333002: Add integration tests for WebAPKs (Closed)
Patch Set: Merge branch 'remove_load_url' into integration_test Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.chrome.browser.webapps;
6
7 /** WebApkActivity subclass which does not request updates. */
8 public class TestWebApkActivity extends WebApkActivity {
gone 2017/02/21 22:31:50 This should really be in the testing packages, not
pkotwicz 2017/02/24 23:49:55 Done.
9 @Override
10 protected WebApkUpdateManager createUpdateManager() {
11 return null;
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698