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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.h

Issue 1085113002: [Extensions UI] Use developerPrivate API for repair, options, show path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/webui/extensions/extension_settings_handler.h
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.h b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
index cfda7f67baed4892ee7f874ebf9b73002256d2db..03fb4a061232dcc89fdf730956fa1599494c1a89 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
@@ -10,7 +10,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/scoped_observer.h"
#include "chrome/browser/extensions/extension_management.h"
-#include "chrome/common/extensions/webstore_install_result.h"
#include "content/public/browser/navigation_controller.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -84,36 +83,12 @@ class ExtensionSettingsHandler
// Helper method that reloads all unpacked extensions.
void ReloadUnpackedExtensions();
- // Callback for "extensionSettingsLaunch" message.
- void HandleLaunchMessage(const base::ListValue* args);
-
- // Callback for "extensionSettingsRepair" message.
- void HandleRepairMessage(const base::ListValue* args);
-
- // Callback for "extensionSettingsOptions" message.
- void HandleOptionsMessage(const base::ListValue* args);
-
- // Callback for "extensionSettingsAutoupdate" message.
- void HandleAutoUpdateMessage(const base::ListValue* args);
-
- // Callback for the "extensionSettingsShowPath" message.
- void HandleShowPath(const base::ListValue* args);
-
// Callback for the "extensionSettingsRegister" message.
void HandleRegisterMessage(const base::ListValue* args);
- // Utility for callbacks that get an extension ID as the sole argument.
- // Returns NULL if the extension isn't active.
- const Extension* GetActiveExtension(const base::ListValue* args);
-
// Forces a UI update if appropriate after a notification is received.
void MaybeUpdateAfterNotification();
- // Called when the reinstallation is complete.
- void OnReinstallComplete(bool success,
- const std::string& error,
- webstore_install::Result result);
-
// Our model. Outlives us since it's owned by our containing profile.
ExtensionService* extension_service_;
« no previous file with comments | « chrome/browser/resources/extensions/extensions.js ('k') | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698