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

Unified Diff: content/public/common/content_client.h

Issue 10662041: mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 8 years, 6 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/content_browser.gypi ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index 4573edf02b729c84ee5aee2a14c6e14595bbee5d..b72f43becb3ecc49893d2bb31fff4301101e0d2e 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -23,6 +23,10 @@ namespace IPC {
class Message;
}
+namespace gfx {
+class Image;
+}
+
namespace sandbox {
class TargetPolicy;
}
@@ -116,6 +120,9 @@ class CONTENT_EXPORT ContentClient {
int resource_id,
ui::ScaleFactor scale_factor) const;
+ // Returns a native image given its id.
+ virtual gfx::Image& GetNativeImageNamed(int resource_id) const;
+
#if defined(OS_WIN)
// Allows the embedder to sandbox a plugin, and apply a custom policy.
virtual bool SandboxPlugin(CommandLine* command_line,
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698