Index: chrome/installer/util/google_update_settings.h |
diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h |
index a21e81c43cc8665ca9bf6d5ec021618eb3464ba8..2485502a45f3e7741958fb80f330c159955d2689 100644 |
--- a/chrome/installer/util/google_update_settings.h |
+++ b/chrome/installer/util/google_update_settings.h |
@@ -196,6 +196,10 @@ class GoogleUpdateSettings { |
static UpdatePolicy GetAppUpdatePolicy(const std::wstring& app_guid, |
bool* is_overridden); |
+ // Returns Google Update's uninstall command line, or an empty string if none |
+ // is found. |
+ static string16 GetUninstallCommandLine(bool system_install); |
+ |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(GoogleUpdateSettings); |
}; |