Index: chrome/browser/policy/policy_bundle.cc |
diff --git a/chrome/browser/policy/policy_bundle.cc b/chrome/browser/policy/policy_bundle.cc |
index 3a6da7afe7a67ad320170ddc2f023f1944582f00..eecca178f67127d0701b0553acaeb498111d4db2 100644 |
--- a/chrome/browser/policy/policy_bundle.cc |
+++ b/chrome/browser/policy/policy_bundle.cc |
@@ -104,14 +104,6 @@ bool PolicyBundle::Equals(const PolicyBundle& other) const { |
return it_this == end() && it_other == other.end(); |
} |
-PolicyBundle::const_iterator PolicyBundle::begin() const { |
- return policy_bundle_.begin(); |
-} |
- |
-PolicyBundle::const_iterator PolicyBundle::end() const { |
- return policy_bundle_.end(); |
-} |
- |
void PolicyBundle::Clear() { |
STLDeleteValues(&policy_bundle_); |
} |