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

Unified Diff: content/common/layer_tree_settings_factory.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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 | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/layer_tree_settings_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/layer_tree_settings_factory.h
diff --git a/content/common/layer_tree_settings_factory.h b/content/common/layer_tree_settings_factory.h
index b97a10d92a49c4dad56f07b446cb4fd40cc4bac8..cc808f756727b42c5b284672d8e35a43dd55f041 100644
--- a/content/common/layer_tree_settings_factory.h
+++ b/content/common/layer_tree_settings_factory.h
@@ -18,8 +18,8 @@ class CONTENT_EXPORT LayerTreeSettingsFactory {
// TODO(xingliu): Refactor LayerTreeSettings generation logic.
// crbug.com/577985
public:
- static void SetTopControlsSettings(cc::LayerTreeSettings& settings,
- const base::CommandLine& command_line);
+ static void SetBrowserControlsSettings(cc::LayerTreeSettings& settings,
+ const base::CommandLine& command_line);
};
} // namespace content
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/layer_tree_settings_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698