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

Unified Diff: trunk/src/chrome/browser/chromeos/sms_observer.h

Issue 14066013: Revert 194348 "Part of multiprofile implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
Index: trunk/src/chrome/browser/chromeos/sms_observer.h
===================================================================
--- trunk/src/chrome/browser/chromeos/sms_observer.h (revision 194361)
+++ trunk/src/chrome/browser/chromeos/sms_observer.h (working copy)
@@ -22,7 +22,7 @@
// Performs monitoring of incoming SMS and shows system notifications.
class SmsObserver : public NetworkLibrary::NetworkManagerObserver {
public:
- SmsObserver();
+ explicit SmsObserver(Profile* profile);
virtual ~SmsObserver();
private:
@@ -36,6 +36,7 @@
void UpdateObservers(NetworkLibrary* library);
void DisconnectAll();
+ Profile* profile_;
ObserversMap observers_;
DISALLOW_COPY_AND_ASSIGN(SmsObserver);
« no previous file with comments | « trunk/src/chrome/browser/chromeos/profiles/profile_helper.cc ('k') | trunk/src/chrome/browser/chromeos/sms_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698