| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 87dfc1d3ad2df5701166cab461eb00ea543340d6..3b09dfed0019b8e108c2d7373bc2eac0edd806f0 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -318,7 +318,8 @@ void updatePolicyForEvent(const WebInputEvent* inputEvent,
|
| *policy != NavigationPolicyIgnore)
|
| return;
|
|
|
| - // User and app agree that we want a new window; let the app override the decorations.
|
| + // User and app agree that we want a new window; let the app override the
|
| + // decorations.
|
| if (userPolicy == NavigationPolicyNewWindow &&
|
| *policy == NavigationPolicyNewPopup)
|
| return;
|
|
|