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

Unified Diff: chrome/installer/util/installer_state.h

Issue 869153004: Support migrating multi-install Chrome to single-install. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 11 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/installer/util/installer_state.h
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h
index 7b22cf6ec35a5c8b884355acceca6ae55b8e46e8..ff6459ba37d5f02656a95fe9eeaae464fbf72ae7 100644
--- a/chrome/installer/util/installer_state.h
+++ b/chrome/installer/util/installer_state.h
@@ -192,8 +192,6 @@ class InstallerState {
// and/or unregistered. The list may be empty.
void AddComDllList(std::vector<base::FilePath>* com_dll_list) const;
- bool SetChannelFlags(bool set, ChannelInfo* channel_info) const;
-
// See InstallUtil::UpdateInstallerStage.
void UpdateStage(installer::InstallerStage stage) const;

Powered by Google App Engine
This is Rietveld 408576698