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

Unified Diff: android_webview/common/aw_resource.h

Issue 1270793002: [Android WebView] Put error page files into WebView resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added RTL direction support Created 5 years, 4 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: android_webview/common/aw_resource.h
diff --git a/android_webview/common/aw_resource.h b/android_webview/common/aw_resource.h
index e5c04179d7f60c6daee0359cf497285d190e9d7d..8de03f827d1eb29146ef4e138cebe02fbd0b2a1c 100644
--- a/android_webview/common/aw_resource.h
+++ b/android_webview/common/aw_resource.h
@@ -6,14 +6,13 @@
#define ANDROID_WEBVIEW_COMMON_AW_RESOURCE_H_
#include <string>
+#include <vector>
// android_webview implements these with a JNI call to the
// AwResource Java class.
namespace android_webview {
namespace AwResource {
-std::string GetLoadErrorPageContent();
-std::string GetNoDomainPageContent();
std::vector<std::string> GetConfigKeySystemUuidMapping();
} // namespace AwResource

Powered by Google App Engine
This is Rietveld 408576698