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

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

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m 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
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_helper.cc ('k') | chrome/browser/chromeos/sms_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/sms_observer.h
diff --git a/chrome/browser/chromeos/sms_observer.h b/chrome/browser/chromeos/sms_observer.h
index 6eeebdd8f1e02010efc59f049874d73c494cf3cc..2ac4475c759d3e48955da77ced9ae990b3c66c52 100644
--- a/chrome/browser/chromeos/sms_observer.h
+++ b/chrome/browser/chromeos/sms_observer.h
@@ -22,7 +22,7 @@ struct SMS;
// Performs monitoring of incoming SMS and shows system notifications.
class SmsObserver : public NetworkLibrary::NetworkManagerObserver {
public:
- explicit SmsObserver(Profile* profile);
+ SmsObserver();
virtual ~SmsObserver();
private:
@@ -36,7 +36,6 @@ class SmsObserver : public NetworkLibrary::NetworkManagerObserver {
void UpdateObservers(NetworkLibrary* library);
void DisconnectAll();
- Profile* profile_;
ObserversMap observers_;
DISALLOW_COPY_AND_ASSIGN(SmsObserver);
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_helper.cc ('k') | chrome/browser/chromeos/sms_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698