| Index: chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.h b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| index 7be3d87000cf0f3d847dc92de53691ee838a3876..04284b1c8072122a3544674b11f37a13e3370902 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| @@ -43,6 +43,10 @@ class WebstoreResult : public ChromeSearchResult,
|
| virtual ChromeSearchResultType GetType() OVERRIDE;
|
|
|
| private:
|
| + // Set the initial state and start observing both InstallObserver and
|
| + // ExtensionRegistryObserver.
|
| + void InitAndStartObserving();
|
| +
|
| void UpdateActions();
|
| void SetDefaultDetails();
|
| void OnIconLoaded();
|
| @@ -52,9 +56,6 @@ class WebstoreResult : public ChromeSearchResult,
|
| void LaunchCallback(extensions::webstore_install::Result result,
|
| const std::string& error);
|
|
|
| - // Start observing both InstallObserver and ExtensionRegistryObserver.
|
| - void StartObserving();
|
| -
|
| void StopObservingInstall();
|
| void StopObservingRegistry();
|
|
|
|
|