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

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java
similarity index 90%
rename from chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
rename to chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java
index bd77503e407a7a3c905fa06416fbac00667e98f3..6a8ae55b1cd178c6e54915e1f4e33874ccc1ab36 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellPKCS11AuthenticationManager.java
@@ -14,7 +14,7 @@ import java.security.cert.X509Certificate;
/**
* ChromeShell stub implementation of PKCS11AuthenticationManager.
*/
-public class TestShellPKCS11AuthenticationManager implements PKCS11AuthenticationManager {
+public class ChromeShellPKCS11AuthenticationManager implements PKCS11AuthenticationManager {
@Override
public boolean isPKCS11AuthEnabled() {
return false;

Powered by Google App Engine
This is Rietveld 408576698