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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index afec26589a3a740ec16585aa5de561f8a86f215e..e97d7e2cb24ae8840d6e7c348e5cccb3030cad99 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -288,8 +288,8 @@ class CONTENT_EXPORT WebContentsImpl
const CustomContextMenuContext& context) override;
gfx::NativeView GetNativeView() override;
gfx::NativeView GetContentNativeView() override;
- gfx::NativeWindow GetTopLevelNativeWindow() override;
- gfx::Rect GetContainerBounds() override;
+ gfx::NativeWindow GetTopLevelNativeWindow() const override;
+ gfx::Rect GetContainerBounds() const override;
gfx::Rect GetViewBounds() override;
DropData* GetDropData() override;
void Focus() override;

Powered by Google App Engine
This is Rietveld 408576698