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

Unified Diff: tools/telemetry/telemetry/core/chrome/crx_id.py

Issue 12379034: Fixes for how extension ids are calculated, especially for component extensions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: dtu feedback Created 7 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/extension_to_load.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/chrome/crx_id.py
===================================================================
--- tools/telemetry/telemetry/core/chrome/crx_id.py (revision 185386)
+++ tools/telemetry/telemetry/core/chrome/crx_id.py (working copy)
@@ -15,3 +15,4 @@
from crx_id import crx_id # pylint: disable=F0401
GetCRXAppID = crx_id.GetCRXAppID
+HasPublicKey = crx_id.HasPublicKey
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/extension_to_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698