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

Unified Diff: chrome/installer/util/shell_util.h

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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 | « chrome/installer/util/DEPS ('k') | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/shell_util.h
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index f78532c4ea4b535743e658a142ef5956c48a3200..a07526a11d12b6b0e62bcd4a9d3e615e8c0ab070 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -611,13 +611,6 @@ class ShellUtil {
// should call GetCurrentInstallationSuffix().
static bool GetOldUserSpecificRegistrySuffix(base::string16* suffix);
- // Returns the base32 encoding (using the [A-Z2-7] alphabet) of |bytes|.
- // |size| is the length of |bytes|.
- // Note: This method does not suffix the output with '=' signs as technically
- // required by the base32 standard for inputs that aren't a multiple of 5
- // bytes.
- static base::string16 ByteArrayToBase32(const uint8_t* bytes, size_t size);
-
// Associates a set of file extensions with a particular application in the
// Windows registry, for the current user only. If an extension has no
// existing default association, the given application becomes the default.
« no previous file with comments | « chrome/installer/util/DEPS ('k') | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698