summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2014-10-16 18:21:05 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-17 01:21:49 +0000
commitfde4714574d7c7c7f87620e7735c4bcf474df2ec (patch)
tree0a0776510362ee98b7dfa095aee9fe29c15a4383
parent2560ad88c6c237d40db5bf2e377cd552c33ef6ea (diff)
downloadchromium_src-fde4714574d7c7c7f87620e7735c4bcf474df2ec.zip
chromium_src-fde4714574d7c7c7f87620e7735c4bcf474df2ec.tar.gz
chromium_src-fde4714574d7c7c7f87620e7735c4bcf474df2ec.tar.bz2
mac: Remove a spamming error message.
The error message is "ERROR:location_bar_view_mac.mm(592)] Not implemented reached in virtual void LocationBarViewMac::EndOriginChipAnimations(bool)". It's been spamming for months, so it can't be that important. BUG=408366 Review URL: https://codereview.chromium.org/660723005 Cr-Commit-Position: refs/heads/master@{#300035}
-rw-r--r--chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
index f31b5e9..249cfaa 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
@@ -599,7 +599,6 @@ void LocationBarViewMac::HideURL() {
}
void LocationBarViewMac::EndOriginChipAnimations(bool cancel_fade) {
- NOTIMPLEMENTED();
}
InstantController* LocationBarViewMac::GetInstant() {