| Index: chrome/browser/android/compositor/layer/toolbar_layer.h
|
| diff --git a/chrome/browser/android/compositor/layer/toolbar_layer.h b/chrome/browser/android/compositor/layer/toolbar_layer.h
|
| index cb468944455ac9b634f9cba868bb988f6006b1e5..a55fdd1c9bbb74674031cd9a9f136fd85dcae582 100644
|
| --- a/chrome/browser/android/compositor/layer/toolbar_layer.h
|
| +++ b/chrome/browser/android/compositor/layer/toolbar_layer.h
|
| @@ -33,13 +33,6 @@ class ToolbarLayer : public Layer {
|
| bool anonymize_component_is_incognito,
|
| bool show_debug);
|
|
|
| - // TODO(tedchoc): Remove after migrating downstream to signature that takes
|
| - // the progress_resource.
|
| - void PushResource(ui::ResourceManager::Resource* resource,
|
| - bool anonymize,
|
| - bool anonymize_component_is_incognito,
|
| - bool show_debug);
|
| -
|
| protected:
|
| ToolbarLayer();
|
| ~ToolbarLayer() override;
|
|
|