summaryrefslogtreecommitdiffstats
path: root/components/url_matcher/url_matcher.cc
diff options
context:
space:
mode:
authorvadimt <vadimt@chromium.org>2014-10-21 18:11:37 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-22 04:03:24 +0000
commit05d2b8936dddfd6bbac456c92b21d76afdf7bbc3 (patch)
treec96e8819b38af57546239dc6a202686d381cbe29 /components/url_matcher/url_matcher.cc
parent730bdd256a750c64663e30fcc0e998e4aa46e913 (diff)
downloadchromium_src-05d2b8936dddfd6bbac456c92b21d76afdf7bbc3.zip
chromium_src-05d2b8936dddfd6bbac456c92b21d76afdf7bbc3.tar.gz
chromium_src-05d2b8936dddfd6bbac456c92b21d76afdf7bbc3.tar.bz2
Reverting instrumentations
Reverting instrumentations. The bug is practically fixed, and profiler instrumentations are not necessary anymore. BUG=417106 TBR=zelidrag@chromium.org, xians@chromium.org, hans@chromium.org, plundblad@chromium.org, komatsu@chromium.org, mfoltz@chromium.org, dcheng@chromium.org, tommycli@chromium.org, erikwright@chromium.org, rpaquay@chromium.org, mkwst@chromium.org, hongbo.min@intel.com, dvh@chromium.org, tbarzic@chromium.org, vitalybuka@chromium.org, jyasskin@chromium.org Review URL: https://codereview.chromium.org/671783002 Cr-Commit-Position: refs/heads/master@{#300596}
Diffstat (limited to 'components/url_matcher/url_matcher.cc')
-rw-r--r--components/url_matcher/url_matcher.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/url_matcher/url_matcher.cc b/components/url_matcher/url_matcher.cc
index 13a4896..3798f7e 100644
--- a/components/url_matcher/url_matcher.cc
+++ b/components/url_matcher/url_matcher.cc
@@ -8,7 +8,6 @@
#include <iterator>
#include "base/logging.h"
-#include "base/profiler/scoped_profile.h"
#include "url/gurl.h"
#include "url/url_canon.h"
@@ -1082,10 +1081,6 @@ void URLMatcher::UpdateConditionFactory() {
}
void URLMatcher::UpdateInternalDatastructures() {
- // TODO(vadimt): Remove ScopedProfile below once crbug.com/417106 is fixed.
- tracked_objects::ScopedProfile tracking_profile(
- FROM_HERE_WITH_EXPLICIT_FUNCTION(
- "URLMatcher_UpdateInternalDatastructures"));
UpdateSubstringSetMatcher(false);
UpdateSubstringSetMatcher(true);
UpdateRegexSetMatcher();