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

Unified Diff: public/platform/WebCryptoAlgorithm.h

Issue 18937003: WebCrypto: [Cleanup] Remove a redundant "algorithm" prefix. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master, just in case Created 7 years, 5 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
« no previous file with comments | « Source/modules/crypto/Algorithm.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCryptoAlgorithm.h
diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
index 29c3258130a66375fc321cc3a22497f310679f18..73f32b8d75c6157babeb8ce833545ca86ca9d54d 100644
--- a/public/platform/WebCryptoAlgorithm.h
+++ b/public/platform/WebCryptoAlgorithm.h
@@ -84,8 +84,8 @@ public:
return *this;
}
- WEBKIT_EXPORT WebCryptoAlgorithmId algorithmId() const;
- WEBKIT_EXPORT const char* algorithmName() const;
+ WEBKIT_EXPORT WebCryptoAlgorithmId id() const;
+ WEBKIT_EXPORT const char* name() const;
WEBKIT_EXPORT WebCryptoAlgorithmParamsType paramsType() const;
« no previous file with comments | « Source/modules/crypto/Algorithm.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698