Commit a0148f28 authored by rvargas@google.com's avatar rvargas@google.com

Add BASE_API to SystemMonitor::PowerObserver to be able to

export net::HttpNetworkLayer

BUG=76997
TEST=NONE
Review URL: http://codereview.chromium.org/6992032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86492 0039d316-1c4b-4281-b951-d872f2087c98
parent 5c0f545f
...@@ -66,7 +66,7 @@ class BASE_API SystemMonitor { ...@@ -66,7 +66,7 @@ class BASE_API SystemMonitor {
// are finished. Observers should implement quick callback functions; if // are finished. Observers should implement quick callback functions; if
// lengthy operations are needed, the observer should take care to invoke // lengthy operations are needed, the observer should take care to invoke
// the operation on an appropriate thread. // the operation on an appropriate thread.
class PowerObserver { class BASE_API PowerObserver {
public: public:
// Notification of a change in power status of the computer, such // Notification of a change in power status of the computer, such
// as from switching between battery and A/C power. // as from switching between battery and A/C power.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment