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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 1163543002: Reland "Correctly set ScriptState in the image loader microtask" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git cl try Created 5 years, 5 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 | « Source/core/page/CreateWindow.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 4a6b9efe10806cf22186c0b7e8234df505c96c71..4b6c177d80490514c2d58a75becd85e0cceb65fa 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -63,8 +63,8 @@ public:
void focusedNodeChanged(Node* fromNode, Node* toNode) override;
void focusedFrameChanged(LocalFrame*) override;
Page* createWindow(
- LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) override;
- void show(NavigationPolicy) override;
+ LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer, CreateWindowReason) override;
+ void show(NavigationPolicy, CreateWindowReason) override;
void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) override;
void setToolbarsVisible(bool) override;
bool toolbarsVisible() override;
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698