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

Unified Diff: athena/resource_manager/public/resource_manager.h

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, rebase Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/resource_manager/public/DEPS ('k') | athena/resource_manager/public/resource_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/resource_manager/public/resource_manager.h
diff --git a/athena/resource_manager/public/resource_manager.h b/athena/resource_manager/public/resource_manager.h
index be07b6e6f33986e926d971b6fb74bc7fb783b02d..3978f7fa10905e34856897fbc3a8d682eff5391f 100644
--- a/athena/resource_manager/public/resource_manager.h
+++ b/athena/resource_manager/public/resource_manager.h
@@ -5,6 +5,7 @@
#ifndef ATHENA_RESOURCE_MANAGER_PUBLIC_RESOURCE_MANAGER_H_
#define ATHENA_RESOURCE_MANAGER_PUBLIC_RESOURCE_MANAGER_H_
+#include "athena/athena_export.h"
#include "athena/resource_manager/memory_pressure_notifier.h"
#include "base/basictypes.h"
@@ -14,7 +15,7 @@ namespace athena {
// and other events to control the activity state (pre-/un-/re-/loading them)
// to keep enough memory free that no jank/lag will show when new applications
// are loaded and / or a navigation between applications takes place.
-class ResourceManager {
+class ATHENA_EXPORT ResourceManager {
public:
// Creates the instance handling the resources.
static void Create();
« no previous file with comments | « athena/resource_manager/public/DEPS ('k') | athena/resource_manager/public/resource_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698