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

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

Issue 8432011: Move RendererPreferences to content/public/common and also put in the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/content_common.gypi ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.h
===================================================================
--- content/public/common/renderer_preferences.h (revision 108004)
+++ content/public/common/renderer_preferences.h (working copy)
@@ -7,15 +7,17 @@
// glue layer rather than applying to just WebKit.
//
// Adding new values to this class probably involves updating
-// common/render_messages.h, browser/browser.cc, etc.
+// common/view_messages.h, browser/browser.cc, etc.
-#ifndef CONTENT_COMMON_RENDERER_PREFERENCES_H_
-#define CONTENT_COMMON_RENDERER_PREFERENCES_H_
+#ifndef CONTENT_PUBLIC_COMMON_RENDERER_PREFERENCES_H_
+#define CONTENT_PUBLIC_COMMON_RENDERER_PREFERENCES_H_
#pragma once
#include "content/common/content_export.h"
#include "third_party/skia/include/core/SkColor.h"
+namespace content {
+
enum RendererPreferencesHintingEnum {
RENDERER_PREFERENCES_HINTING_SYSTEM_DEFAULT = 0,
RENDERER_PREFERENCES_HINTING_NONE,
@@ -79,4 +81,6 @@
bool enable_referrers;
};
-#endif // CONTENT_COMMON_RENDERER_PREFERENCES_H_
+} // namespace content
+
+#endif // CONTENT_PUBLIC_COMMON_RENDERER_PREFERENCES_H_
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698