| Index: content/public/browser/web_contents.h
|
| ===================================================================
|
| --- content/public/browser/web_contents.h (revision 244508)
|
| +++ content/public/browser/web_contents.h (working copy)
|
| @@ -235,7 +235,7 @@
|
| virtual void SetUserAgentOverride(const std::string& override) = 0;
|
| virtual const std::string& GetUserAgentOverride() const = 0;
|
|
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| virtual void SetParentNativeViewAccessible(
|
| gfx::NativeViewAccessible accessible_parent) = 0;
|
| #endif
|
|
|