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

Unified Diff: chrome/test/chromedriver/test/webview_shell/java/res/layout/main_layout.xml

Issue 63373003: [chromedriver] Add a WebView shell app for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't run the test just yet 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
Index: chrome/test/chromedriver/test/webview_shell/java/res/layout/main_layout.xml
diff --git a/content/shell/android/shell_apk/res/values/strings.xml b/chrome/test/chromedriver/test/webview_shell/java/res/layout/main_layout.xml
similarity index 54%
copy from content/shell/android/shell_apk/res/values/strings.xml
copy to chrome/test/chromedriver/test/webview_shell/java/res/layout/main_layout.xml
index 18f1c595f13a7af53dfacc6e75f0a4c881224f70..2685fa7c2866d37efbbf708a7ac4353f2c0705a1 100644
--- a/content/shell/android/shell_apk/res/values/strings.xml
+++ b/chrome/test/chromedriver/test/webview_shell/java/res/layout/main_layout.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Chromium Authors. All rights reserved.
-
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<resources>
- <string name="browser_process_initialization_failed">Initialization failed.</string>
-</resources>
+<WebView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/webview"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+/>

Powered by Google App Engine
This is Rietveld 408576698