Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: chrome/browser/ui/app_list/drive/drive_app_converter.h

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: format Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698