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

Unified Diff: android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java

Issue 59533009: Check library version and handle library load errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BrowserStartupControllerTest Created 7 years, 1 month 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
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
diff --git a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java b/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
index 04db5361de651daf670a222e88bf86a1dc11294d..c01bea546195014b62af95da08922384db5a486d 100644
--- a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
+++ b/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
@@ -16,5 +16,10 @@ public class NativeLibraries {
// This is the list of native libraries to load. In the normal chromium build, this would be
// automatically generated.
// TODO(torne, cjhopman): Use a generated file for this.
- static String[] libraries = { "webviewchromium" };
+ static final String[] LIBRARIES = { "webviewchromium" };
+ // This should match the version name string returned by the native library.
+ // TODO(aberent) The Webview native library currently returns an empty string; change this
+ // to a string generated at compile time, and incorporate that string in a generated
+ // replacement for this file.
+ static String VERSION_NUMBER = "";
}
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698