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

Unified Diff: chrome/browser/ui/webui/options/options_ui.cc

Issue 2000063004: MD Settings: fix favicon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/browser/ui/webui/options/options_ui.h ('k') | chrome/browser/ui/webui/settings_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/options_ui.cc
diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc
index 66bda57aa2b759588f97ff40d02d0581ae3aa107..f3dadcf43b2cc93a488f12c5250506f2075202a7 100644
--- a/chrome/browser/ui/webui/options/options_ui.cc
+++ b/chrome/browser/ui/webui/options/options_ui.cc
@@ -419,13 +419,6 @@ void OptionsUI::ProcessAutocompleteSuggestions(
}
}
-// static
-base::RefCountedMemory* OptionsUI::GetFaviconResourceBytes(
- ui::ScaleFactor scale_factor) {
- return ui::ResourceBundle::GetSharedInstance().
- LoadDataResourceBytesForScale(IDR_SETTINGS_FAVICON, scale_factor);
-}
-
void OptionsUI::DidStartProvisionalLoadForFrame(
content::RenderFrameHost* render_frame_host,
const GURL& validated_url,
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.h ('k') | chrome/browser/ui/webui/settings_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698