Commit ed250d34 authored by donnd's avatar donnd Committed by Commit bot

[Contextual Search] Remove unused method.

Review URL: https://codereview.chromium.org/1145243011

Cr-Commit-Position: refs/heads/master@{#333134}
parent 111cea8a
...@@ -313,16 +313,6 @@ class ContextualSearchPolicy { ...@@ -313,16 +313,6 @@ class ContextualSearchPolicy {
return mPreferenceManager.getContextualSearchTapCount(); return mPreferenceManager.getContextualSearchTapCount();
} }
// --------------------------------------------------------------------------------------------
// Persistent "promo opens" counter.
// --------------------------------------------------------------------------------------------
/**
* Updates a persistent counter of how many times the promo was opened.
*/
private void incrementPromoOpenedCount() {
}
// -------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------
// Private helpers. // Private helpers.
// -------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment