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

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

Issue 384823002: Introduce a stable set of errors for inline install (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 7be3d87000cf0f3d847dc92de53691ee838a3876..576429c69f593e0fb8409867369291c4dcb48b6a 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
@@ -10,8 +10,8 @@
#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/extensions/install_observer.h"
-#include "chrome/browser/extensions/webstore_install_result.h"
#include "chrome/browser/ui/app_list/search/chrome_search_result.h"
+#include "chrome/common/extensions/webstore_install_result.h"
#include "extensions/browser/extension_registry_observer.h"
#include "url/gurl.h"
@@ -48,7 +48,9 @@ class WebstoreResult : public ChromeSearchResult,
void OnIconLoaded();
void StartInstall(bool launch_ephemeral_app);
- void InstallCallback(bool success, const std::string& error);
+ void InstallCallback(bool success,
+ const std::string& error,
+ extensions::webstore_install::Result result);
void LaunchCallback(extensions::webstore_install::Result result,
const std::string& error);

Powered by Google App Engine
This is Rietveld 408576698