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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java

Issue 11377117: Remove AppResource and unneeded resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
index 1d5dd9d61e871ae9aa26ada4a7b2a8f6c46be8e5..5aaab7b4370a71d6e90e867f06061159fd88ca23 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
@@ -7,7 +7,6 @@ package org.chromium.android_webview.test;
import android.content.Context;
import org.chromium.android_webview.AwResource;
-import org.chromium.content.app.AppResource;
public class AwTestResourceProvider {
private static boolean sInitialized;
@@ -17,12 +16,6 @@ public class AwTestResourceProvider {
return;
}
- AppResource.DRAWABLE_ICON_ACTION_BAR_SHARE = R.drawable.resource_icon;
- AppResource.DRAWABLE_ICON_ACTION_BAR_WEB_SEARCH = R.drawable.resource_icon;
-
- AppResource.STRING_ACTION_BAR_SHARE = R.string.test_string;
- AppResource.STRING_ACTION_BAR_WEB_SEARCH = R.string.test_string;
-
AwResource.setResources(context.getResources());
AwResource.RAW_LOAD_ERROR = R.raw.blank_html;
« no previous file with comments | « no previous file | chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698