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

Unified Diff: chrome/browser/ui/webui/settings_utils.h

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.cc ('k') | chrome/browser/ui/webui/settings_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings_utils.h
diff --git a/chrome/browser/ui/webui/settings_utils.h b/chrome/browser/ui/webui/settings_utils.h
index bd5079d265fe0c2f2d308bd6597a06f57f6e589a..c32310e6800323b012a05ef57885d0a8c7ec976b 100644
--- a/chrome/browser/ui/webui/settings_utils.h
+++ b/chrome/browser/ui/webui/settings_utils.h
@@ -8,9 +8,14 @@
#include <string>
#include "base/macros.h"
+#include "ui/base/resource/scale_factor.h"
class GURL;
+namespace base {
+class RefCountedMemory;
+}
+
namespace content {
class WebContents;
}
@@ -28,6 +33,8 @@ void ShowManageSSLCertificates(content::WebContents* web_contents);
bool FixupAndValidateStartupPage(const std::string& url_string,
GURL* fixed_url);
+base::RefCountedMemory* GetFaviconResourceBytes(ui::ScaleFactor scale_factor);
+
} // namespace settings_utils
#endif // CHROME_BROWSER_UI_WEBUI_SETTINGS_UTILS_H_
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/browser/ui/webui/settings_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698