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 1617d65247a225ff1b82331b86e46bee54ab8fda..b3a64dc97db9f84e3399f023eac9052229e2bdc3 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -103,9 +103,6 @@ std::string GetPingDelayPrefName(); |
// Register user preferences used by the MasterPrefs structure. |
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
-// Remove the first run sentinel file; returns false on failure. |
-bool RemoveSentinel(); |
- |
// Sets the kShowFirstRunBubbleOption local state pref so that the browser |
// shows the bubble once the main message loop gets going (or refrains from |
// showing the bubble, if |show_bubble| is not FIRST_RUN_BUBBLE_SHOW). |