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

Unified Diff: chrome/browser/safe_browsing/preference_validation_delegate.cc

Issue 332053005: Unit test for NULL values in preference validation delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar Created 6 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 | « no previous file | chrome/browser/safe_browsing/preference_validation_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/preference_validation_delegate.cc
diff --git a/chrome/browser/safe_browsing/preference_validation_delegate.cc b/chrome/browser/safe_browsing/preference_validation_delegate.cc
index 5d0dfb523ab1760bf36aebd795867c6df8f28afa..f92ae9dd2239aaac160f78a81a84c02c50adb88b 100644
--- a/chrome/browser/safe_browsing/preference_validation_delegate.cc
+++ b/chrome/browser/safe_browsing/preference_validation_delegate.cc
@@ -72,7 +72,7 @@ void PreferenceValidationDelegate::OnAtomicPreferenceValidation(
void PreferenceValidationDelegate::OnSplitPreferenceValidation(
const std::string& pref_path,
- const base::DictionaryValue* dict_value,
+ const base::DictionaryValue* /* dict_value */,
const std::vector<std::string>& invalid_keys,
PrefHashStoreTransaction::ValueState value_state,
TrackedPreferenceHelper::ResetAction /* reset_action */) {
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/preference_validation_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698