| Index: trunk/src/chrome/browser/media_galleries/media_galleries_preferences.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/media_galleries/media_galleries_preferences.h (revision 226516)
|
| +++ trunk/src/chrome/browser/media_galleries/media_galleries_preferences.h (working copy)
|
| @@ -240,8 +240,8 @@
|
| void OnInitializationCallbackReturned();
|
| void FinishInitialization();
|
|
|
| - // Populates the default galleries. Call only on fresh profiles.
|
| - void AddDefaultGalleries();
|
| + // Populates the default galleries if this is a fresh profile.
|
| + void AddDefaultGalleriesIfFreshProfile();
|
|
|
| // This is a hack - Some devices (iTunes, Picasa) are singletons in that only
|
| // one instance of that type is supported at a time. As such, the device id
|
| @@ -254,8 +254,6 @@
|
| // device id. It returns true if the device id is up to date.
|
| bool UpdateDeviceIDForSingletonType(const std::string& device_id);
|
|
|
| - void OnStorageMonitorInit(bool add_default_galleries);
|
| -
|
| // Handle an iPhoto, iTunes, or Picasa finder returning a device ID to us.
|
| void OnFinderDeviceID(const std::string& device_id);
|
|
|
|
|