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

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

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 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/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 58ed6d071f43a66c613481a3e545ddf88fee6ffa..03eb879b644b561638a56557f51ef7d82d5e346d 100644
--- a/chrome/installer/util/google_update_settings.h
+++ b/chrome/installer/util/google_update_settings.h
@@ -175,12 +175,6 @@ class GoogleUpdateSettings {
// true if this operation succeeded.
static bool ClearReferral();
- // Set did_run "dr" in the client state value for app specified by
- // |app_reg_data|. This is used to measure active users. Returns false if
- // registry write fails.
- static bool UpdateDidRunStateForApp(const AppRegistrationData& app_reg_data,
- bool did_run);
-
// Convenience routine: UpdateDidRunStateForApp() specialized for the current
// BrowserDistribution, and also updates Chrome Binary's did_run if the
// current distribution is multi-install.

Powered by Google App Engine
This is Rietveld 408576698