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

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

Issue 184993005: Rename ChromiumTestShell classes to ChromeShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase yet again Created 6 years, 10 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/testshell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java b/chrome/android/testshell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
index 1831265e1942a76da6adb53b23f1a5fac3f11157..bd77503e407a7a3c905fa06416fbac00667e98f3 100644
--- a/chrome/android/testshell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
+++ b/chrome/android/testshell/java/src/org/chromium/chrome/shell/TestShellPKCS11AuthenticationManager.java
@@ -12,7 +12,7 @@ import org.chromium.net.AndroidPrivateKey;
import java.security.cert.X509Certificate;
/**
- * Chromium TestShell stub implementation of PKCS11AuthenticationManager.
+ * ChromeShell stub implementation of PKCS11AuthenticationManager.
*/
public class TestShellPKCS11AuthenticationManager implements PKCS11AuthenticationManager {
@Override

Powered by Google App Engine
This is Rietveld 408576698