Blink roll 25b6bd3a7a131ffe68d809546ad1a20707915cdc:3a503f41ae42e5b79cfcd2ff10e65afde...
[chromium-blink-merge.git] / athena / content / web_activity_helpers.h
blob6a0f5d36b58569cbc2579d03d835803abb2e74a9
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_WEB_ACTIVITY_HELPERS_H_
6 #define ATHENA_CONTENT_WEB_ACTIVITY_HELPERS_H_
8 namespace content {
9 class WebContents;
12 namespace athena {
14 // Called right after |contents| is associated with a WebActivity to attach
15 // helper classes to |contents|. This method should not set the visibility,
16 // activation or bounds of |contents|.
17 void AttachWebActivityHelpers(content::WebContents* contents);
19 } // namespace athena
21 #endif // ATHENA_CONTENT_WEB_ACTIVITY_HELPERS_H_