Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: chrome/browser/android/compositor/layer/toolbar_layer.h

Issue 996493002: Remove no longer needed toolbar layer method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/compositor/layer/toolbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/android/compositor/layer/toolbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698