Index: chrome/browser/instant/instant_controller.cc |
diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc |
index 3cd80f7f30d3915b376fc66443d0baaa7748f65a..7bdfdbd5a8a97911681ba93173fb3928a2f87d52 100644 |
--- a/chrome/browser/instant/instant_controller.cc |
+++ b/chrome/browser/instant/instant_controller.cc |
@@ -846,6 +846,10 @@ void InstantController::LogDebugEvent(const std::string& info) const { |
debug_events_.pop_back(); |
} |
+void InstantController::ClearDebugEvents() { |
+ debug_events_.clear(); |
+} |
+ |
void InstantController::DeleteMostVisitedItem(const GURL& url) { |
history::TopSites* top_sites = browser_->profile()->GetTopSites(); |
if (!top_sites) |