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

Unified Diff: content/renderer/content_renderer_client.h

Issue 6685072: Move a bunch more random files from chrome\renderer to content\renderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/content_renderer.gypi ('k') | content/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/content_renderer_client.h
===================================================================
--- content/renderer/content_renderer_client.h (revision 78620)
+++ content/renderer/content_renderer_client.h (working copy)
@@ -6,6 +6,8 @@
#define CONTENT_RENDERER_CONTENT_RENDERER_CLIENT_H_
#pragma once
+#include <string>
+
#include "content/common/content_client.h"
class SkBitmap;
@@ -16,6 +18,7 @@
class ContentRendererClient {
public:
virtual SkBitmap* GetSadPluginBitmap();
+ virtual std::string GetDefaultEncoding();
};
} // namespace content
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698