| Index: chrome/browser/ui/website_settings/permission_bubble_request.cc
|
| diff --git a/chrome/browser/ui/website_settings/permission_bubble_request.cc b/chrome/browser/ui/website_settings/permission_bubble_request.cc
|
| deleted file mode 100644
|
| index 62afb9f9b5b9e215d7119447b1f1963b706777ac..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/website_settings/permission_bubble_request.cc
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/ui/website_settings/permission_bubble_request.h"
|
| -
|
| -#include "ui/gfx/vector_icons_public.h"
|
| -
|
| -gfx::VectorIconId PermissionBubbleRequest::GetVectorIconId() const {
|
| - return gfx::VectorIconId::VECTOR_ICON_NONE;
|
| -}
|
| -
|
| -PermissionBubbleType PermissionBubbleRequest::GetPermissionBubbleType() const {
|
| - return PermissionBubbleType::UNKNOWN;
|
| -}
|
|
|