linux_aura: Disable the plugin install infobar.
[chromium-blink-merge.git] / content / public / common / show_desktop_notification_params.cc
blobf001f79eeabd666925fde0c11080af3da3c25be5
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/public/common/show_desktop_notification_params.h"
7 namespace content {
9 ShowDesktopNotificationHostMsgParams::ShowDesktopNotificationHostMsgParams()
10 : direction(blink::WebTextDirectionDefault) {
13 ShowDesktopNotificationHostMsgParams::~ShowDesktopNotificationHostMsgParams() {
16 } // namespace content