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

Unified Diff: chrome/browser/extensions/component_loader.h

Issue 1740243003: Remove Now v1 component cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more dead code removal Created 4 years, 6 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/extensions/component_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.h
diff --git a/chrome/browser/extensions/component_loader.h b/chrome/browser/extensions/component_loader.h
index 0415235e1761ba3441e75c74bd9fb9da0c57c891..e64a90fcb91a99778beb1c8d637fc5ab09c4c454 100644
--- a/chrome/browser/extensions/component_loader.h
+++ b/chrome/browser/extensions/component_loader.h
@@ -152,7 +152,6 @@ class ComponentLoader {
void AddHotwordHelperExtension();
void AddImageLoaderExtension();
void AddNetworkSpeechSynthesisExtension();
- void AddGoogleNowExtension();
void AddWithNameAndDescription(int manifest_resource_id,
const base::FilePath& root_directory,
@@ -166,12 +165,6 @@ class ComponentLoader {
scoped_refptr<const Extension> CreateExtension(
const ComponentExtensionInfo& info, std::string* utf8_error);
- // Deletes the extension storage for an extension that has not yet been
- // loaded. If the extension has been loaded, use ComponentLoader::Remove
- // instead.
- void DeleteData(int manifest_resource_id,
- const base::FilePath& root_directory);
-
// Unloads |component| from the memory.
void UnloadComponent(ComponentExtensionInfo* component);
« no previous file with comments | « no previous file | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698