Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: athena/content/app_activity_registry.h

Issue 591693002: Creating PNG images from web content to be used by OverviewMode navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « athena/content/app_activity_proxy.cc ('k') | athena/content/content_proxy.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_ 5 #ifndef ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_
6 #define ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_ 6 #define ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "athena/activity/public/activity_view_model.h" 10 #include "athena/activity/public/activity_view_model.h"
11 #include "athena/content/app_activity_proxy.h" 11 #include "athena/content/app_activity_proxy.h"
12 #include "ui/gfx/image/image_skia.h"
12 13
13 namespace aura { 14 namespace aura {
14 class Window; 15 class Window;
15 } 16 }
16 17
17 namespace content { 18 namespace content {
18 class BrowserContext; 19 class BrowserContext;
19 } 20 }
20 21
21 namespace athena { 22 namespace athena {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 SkColor color_; 99 SkColor color_;
99 base::string16 title_; 100 base::string16 title_;
100 gfx::ImageSkia image_; 101 gfx::ImageSkia image_;
101 102
102 DISALLOW_COPY_AND_ASSIGN(AppActivityRegistry); 103 DISALLOW_COPY_AND_ASSIGN(AppActivityRegistry);
103 }; 104 };
104 105
105 } // namespace athena 106 } // namespace athena
106 107
107 #endif // ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_ 108 #endif // ATHENA_CONTENT_APP_ACTIVITY_REGISTRY_H_
OLDNEW
« no previous file with comments | « athena/content/app_activity_proxy.cc ('k') | athena/content/content_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698