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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_result.h

Issue 934683002: Remove ability to launch ephemeral apps from the app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resources Created 5 years, 10 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/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 496c0fdf17de5fc5b295fc1de55d9fc14470d7c6..426e2b3f7ac5f8e79c5affd35bbdbb69693e57af 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
@@ -58,7 +58,7 @@ class WebstoreResult : public SearchResult,
void SetDefaultDetails();
void OnIconLoaded();
- void StartInstall(bool launch_ephemeral_app);
+ void StartInstall();
void InstallCallback(bool success,
const std::string& error,
extensions::webstore_install::Result result);

Powered by Google App Engine
This is Rietveld 408576698