| Index: content/public/common/renderer_preferences.h
|
| diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
|
| index ac7e58ccfaedbdfbd7278db673d800c8d47a96a0..abb3328aec5071f7ca738bc4595b2a790df21eca 100644
|
| --- a/content/public/common/renderer_preferences.h
|
| +++ b/content/public/common/renderer_preferences.h
|
| @@ -13,6 +13,8 @@
|
| #define CONTENT_PUBLIC_COMMON_RENDERER_PREFERENCES_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "content/common/content_export.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|
| @@ -89,6 +91,10 @@ struct CONTENT_EXPORT RendererPreferences {
|
|
|
| // Default page zoom level.
|
| double default_zoom_level;
|
| +
|
| + // The user agent given to WebKit when it requests one and the user agent is
|
| + // being overridden for the current navigation.
|
| + std::string user_agent_override;
|
| };
|
|
|
| } // namespace content
|
|
|