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

Unified Diff: base/win/registry.h

Issue 120963002: Use a Finch Experiment to control the Browser Blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Responding to comments Created 6 years, 12 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 | chrome/browser/DEPS » ('j') | chrome/browser/chrome_elf_init_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/registry.h
diff --git a/base/win/registry.h b/base/win/registry.h
index f97f4f5a379634b9e3879198a9338524a72256cb..0e115c6622c7a7bbfeee9fe98554d730805938d1 100644
--- a/base/win/registry.h
+++ b/base/win/registry.h
@@ -57,7 +57,7 @@ class BASE_EXPORT RegKey {
// occurrs while attempting to access it.
bool HasValue(const wchar_t* value_name) const;
- // Returns the number of values for this key, of 0 if the number cannot be
+ // Returns the number of values for this key, or 0 if the number cannot be
robertshield 2014/01/02 20:42:22 recommend extracting this change into its own CL a
csharp 2014/01/02 21:57:59 Done.
// determined.
DWORD GetValueCount() const;
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_elf_init_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698