Index: chrome/browser/first_run/first_run.h |
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h |
index f9683fa5fe1ee94f18e47caa031c5710fb03c701..9a118a7fb7140b6462bc5a923ccc1cc1538396e4 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -101,8 +101,7 @@ std::string GetPingDelayPrefName(); |
// Register user preferences used by the MasterPrefs structure. |
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
-// Removes the sentinel file created in ConfigDone(). Returns false if the |
-// sentinel file could not be removed. |
+// Remove the first run sentinel file; returns false on failure. |
bool RemoveSentinel(); |
// Sets the kShowFirstRunBubbleOption local state pref so that the browser |