Commit b6f3c362 authored by mad@chromium.org's avatar mad@chromium.org

Remove frame from new style web view dialog.

Trivial one line change, TBR'ing OWNER.

TBR=pkasting@chromium.org
BUG=226788

Review URL: https://chromiumcodereview.appspot.com/14192005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195315 0039d316-1c4b-4281-b951-d872f2087c98
parent 2583587d
...@@ -637,6 +637,7 @@ views::Widget* CreateWebContentsModalDialogViews( ...@@ -637,6 +637,7 @@ views::Widget* CreateWebContentsModalDialogViews(
if (views::DialogDelegate::UseNewStyle()) { if (views::DialogDelegate::UseNewStyle()) {
params.parent = params.parent =
views::Widget::GetTopLevelWidgetForNativeView(parent)->GetNativeView(); views::Widget::GetTopLevelWidgetForNativeView(parent)->GetNativeView();
params.remove_standard_frame = true;
dialog_host_observer = dialog_host_observer =
new WebContentsModalDialogHostObserverViews( new WebContentsModalDialogHostObserverViews(
dialog_host, dialog_host,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment