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

Unified Diff: chrome/browser/chromeos/file_manager/app_installer.h

Issue 391873003: Files.app: random code clean up. (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
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/app_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/app_installer.h
diff --git a/chrome/browser/chromeos/file_manager/app_installer.h b/chrome/browser/chromeos/file_manager/app_installer.h
index e2e6b1899e38d136015c8e824e6a3def7c1b7890..bc16def2dd70030f2549e2b8276d73379415265b 100644
--- a/chrome/browser/chromeos/file_manager/app_installer.h
+++ b/chrome/browser/chromeos/file_manager/app_installer.h
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/extensions/webstore_standalone_installer.h"
-#include "content/public/browser/web_contents_observer.h"
namespace content {
class WebContents;
@@ -19,13 +18,10 @@ namespace file_manager {
// This class is used for installing apps and extensions suggested from the
// Chrome Web Store for unsupported file types, inside Files.app.
-class AppInstaller
- : public extensions::WebstoreStandaloneInstaller {
+class AppInstaller : public extensions::WebstoreStandaloneInstaller {
public:
- typedef extensions::WebstoreStandaloneInstaller::Callback Callback;
-
AppInstaller(content::WebContents* web_contents,
- const std::string& webstore_item_id,
+ const std::string& item_id,
Profile* profile,
const Callback& callback);
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/app_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698