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

Unified Diff: chrome/browser/component_updater/pnacl/pnacl_component_installer.h

Issue 398213002: Remove disable-pnacl-install flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove arg too 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/component_updater/pnacl/pnacl_component_installer.h
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
index b8ab14931f83c37bbc4b9514742f367778976cf2..a562d8b9413025d7279d54eeb5701dbbb83abbcc 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
@@ -16,7 +16,6 @@
#include "chrome/browser/component_updater/component_updater_service.h"
namespace base {
-class CommandLine;
class DictionaryValue;
}
@@ -50,14 +49,10 @@ class PnaclComponentInstaller : public ComponentInstaller {
base::FilePath* installed_file) OVERRIDE;
// Register a PNaCl component for the first time.
- void RegisterPnaclComponent(ComponentUpdateService* cus,
- const base::CommandLine& command_line);
+ void RegisterPnaclComponent(ComponentUpdateService* cus);
CrxComponent GetCrxComponent();
- // Return true if PNaCl updates are disabled.
- bool updates_disabled() const { return updates_disabled_; }
-
// Determine the base directory for storing each version of PNaCl.
base::FilePath GetPnaclBaseDirectory();
@@ -76,7 +71,6 @@ class PnaclComponentInstaller : public ComponentInstaller {
ComponentUpdateService* cus() const { return cus_; }
private:
- bool updates_disabled_;
base::Version current_version_;
std::string current_fingerprint_;
ComponentUpdateService* cus_;
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/component_updater/pnacl/pnacl_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698