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

Unified Diff: chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template

Issue 2009423002: Upstream: Version WebAPK runtime library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
diff --git a/chrome/browser/chromeos/login/ui/login_display_host.cc b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
similarity index 51%
copy from chrome/browser/chromeos/login/ui/login_display_host.cc
copy to chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
index 11e048fbdfe17dfae293f26a4793318861da64be..2b11484326d7e3c836b9bcee3c61e76fd4180acc 100644
--- a/chrome/browser/chromeos/login/ui/login_display_host.cc
+++ b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/login/ui/login_display_host.h"
+package org.chromium.webapk.lib.client;
-namespace chromeos {
+public class WebApkVersion {
+
+public static final int CURRENT_RUNTIME_DEX_VERSION = CURRENT_RUNTIME_DEX_VERSION_VALUE;
-// static
-LoginDisplayHost* LoginDisplayHost::default_host_ = nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698