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

Unified Diff: apps/app_load_service.h

Issue 718133005: Add load-app flag support to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.h
diff --git a/apps/app_load_service.h b/apps/app_load_service.h
index bd5d292bc8fa6ad79d4f5e72bcb8c05cea601307..9d115f58a280664a254e78d95e45a5c1d09ff4bf 100644
--- a/apps/app_load_service.h
+++ b/apps/app_load_service.h
@@ -61,6 +61,10 @@ class AppLoadService : public KeyedService,
const base::CommandLine& command_line,
const base::FilePath& current_dir);
+ // Loads (or reloads) the app with |extension_path|. Returns true if loading
+ // the extension has begun successfully.
Yoyo Zhou 2014/11/14 23:50:47 the app
Zachary Kuznia 2014/11/14 23:54:12 Done.
+ bool Load(const base::FilePath& extension_path);
+
static AppLoadService* Get(Profile* profile);
private:
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698