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

Unified Diff: chrome/browser/chromeos/login/owner_manager.cc

Issue 6713032: Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed notification + rebase Created 9 years, 9 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: chrome/browser/chromeos/login/owner_manager.cc
diff --git a/chrome/browser/chromeos/login/owner_manager.cc b/chrome/browser/chromeos/login/owner_manager.cc
index acc63a1a4f2b4932936aa66362b85c696d62c1db..467aa500199d1e601114e8fc87250c5344d51876 100644
--- a/chrome/browser/chromeos/login/owner_manager.cc
+++ b/chrome/browser/chromeos/login/owner_manager.cc
@@ -130,10 +130,10 @@ void OwnerManager::Verify(const BrowserThread::ID thread_id,
void OwnerManager::SendNotification(NotificationType type,
const NotificationDetails& details) {
- NotificationService::current()->Notify(
- type,
- NotificationService::AllSources(),
- details);
+ NotificationService::current()->Notify(
+ type,
+ NotificationService::AllSources(),
+ details);
}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698