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

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS Created 3 years, 8 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 | « third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js b/third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
similarity index 99%
rename from third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js
rename to third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
index 5c7133e43e01c3b20892e2f1896fecaab6b626c8..5385d0ea411d2390512ae0e7705cbdf56b7e5c61 100644
--- a/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
@@ -12,7 +12,7 @@
* @param {string} str
* @return {string}
*/
-ProductRegistry.sha1 = function(str) {
+ProductRegistryImpl.sha1 = function(str) {
return rstr2hex(rstr_sha1(str2rstr_utf8(str)));
/**
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698