| Index: chrome/installer/util/google_update_settings.h
 | 
| diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
 | 
| index 58ed6d071f43a66c613481a3e545ddf88fee6ffa..03eb879b644b561638a56557f51ef7d82d5e346d 100644
 | 
| --- a/chrome/installer/util/google_update_settings.h
 | 
| +++ b/chrome/installer/util/google_update_settings.h
 | 
| @@ -175,12 +175,6 @@ class GoogleUpdateSettings {
 | 
|    // true if this operation succeeded.
 | 
|    static bool ClearReferral();
 | 
|  
 | 
| -  // Set did_run "dr" in the client state value for app specified by
 | 
| -  // |app_reg_data|. This is used to measure active users. Returns false if
 | 
| -  // registry write fails.
 | 
| -  static bool UpdateDidRunStateForApp(const AppRegistrationData& app_reg_data,
 | 
| -                                      bool did_run);
 | 
| -
 | 
|    // Convenience routine: UpdateDidRunStateForApp() specialized for the current
 | 
|    // BrowserDistribution, and also updates Chrome Binary's did_run if the
 | 
|    // current distribution is multi-install.
 | 
| 
 |