De-dup PrefixSet code in SafeBrowsingDatabaseManager.
[chromium-blink-merge.git] / athena / content / public / web_contents_view_delegate_creator.h
blob1f56fc4ae075461be9a1dfd5992782e2fe8d5e8d
1 // Copyright 2014 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 #ifndef ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_
6 #define ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_
8 #include "athena/athena_export.h"
10 namespace content {
11 class WebContents;
12 class WebContentsViewDelegate;
15 namespace athena {
17 ATHENA_EXPORT content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
18 content::WebContents* web_contents);
20 } // namespace athena
22 #endif // ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_