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

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc

Issue 272763002: Make code for the AutomaticProfileResetter more readabile (readability review) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 7 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/profile_resetter/automatic_profile_resetter_delegate.cc
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
index 3e51eec66e22d833ac44b1995335354e0921adab..32b9e21a575ae757eb290dd531649d849a91a53f 100644
--- a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Contains the implementation for AutomaticProfileResetterDelegateImpl.
Peter Kasting 2014/05/28 18:46:32 Personally, I'm skeptical that this comment adds a
engedy 2014/05/30 14:38:47 I agree, actually I have added this after quite so
+
#include "chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h"
#include <string>
@@ -395,3 +397,4 @@ void AutomaticProfileResetterDelegateImpl::OnProfileSettingsResetCompleted(
content::BrowserThread::PostTask(
content::BrowserThread::UI, FROM_HERE, user_callback);
}
+
Peter Kasting 2014/05/28 18:46:32 Nit: Don't add a trailing blank line
engedy 2014/05/30 14:38:47 Done.

Powered by Google App Engine
This is Rietveld 408576698