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

Unified Diff: chrome/browser/chromeos/dbus/power_manager_client.h

Issue 8400034: chromeos: Add a stub implementation for SensorsSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/dbus/dbus_thread_manager.cc ('k') | chrome/browser/chromeos/dbus/sensors_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/power_manager_client.h
diff --git a/chrome/browser/chromeos/dbus/power_manager_client.h b/chrome/browser/chromeos/dbus/power_manager_client.h
index e2e858873435ad1da0573140aaba07bcfb8e1147..aa670ad18c2b1fe758ebb841aa14663e63ef5940 100644
--- a/chrome/browser/chromeos/dbus/power_manager_client.h
+++ b/chrome/browser/chromeos/dbus/power_manager_client.h
@@ -45,9 +45,13 @@ class PowerManagerClient {
// Creates the instance.
static PowerManagerClient* Create(dbus::Bus* bus);
- PowerManagerClient();
virtual ~PowerManagerClient();
+ protected:
+ // Create() should be used instead.
+ PowerManagerClient();
+
+ private:
DISALLOW_COPY_AND_ASSIGN(PowerManagerClient);
};
« no previous file with comments | « chrome/browser/chromeos/dbus/dbus_thread_manager.cc ('k') | chrome/browser/chromeos/dbus/sensors_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698