| Index: chrome/browser/ui/app_list/drive/drive_app_converter.h
|
| diff --git a/chrome/browser/ui/app_list/drive/drive_app_converter.h b/chrome/browser/ui/app_list/drive/drive_app_converter.h
|
| index d153c9f2f710c5241926ce56cfa586bf4fc45717..7f7ab16bfb37c58ff83b13a3e36e67abc32d382d 100644
|
| --- a/chrome/browser/ui/app_list/drive/drive_app_converter.h
|
| +++ b/chrome/browser/ui/app_list/drive/drive_app_converter.h
|
| @@ -35,6 +35,7 @@ class DriveAppConverter : public extensions::InstallObserver {
|
| virtual ~DriveAppConverter();
|
|
|
| void Start();
|
| + bool IsStarted() const;
|
|
|
| const drive::DriveAppInfo& app_info() const { return app_info_; }
|
| const extensions::Extension* app() const { return app_; }
|
|
|