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

Unified Diff: chrome/browser/chromeos/app_mode/startup_app_launcher.h

Issue 43203002: Remove hacks added to workaround a system salt issue for M31 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 2 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/chromeos/app_mode/startup_app_launcher.h
diff --git a/chrome/browser/chromeos/app_mode/startup_app_launcher.h b/chrome/browser/chromeos/app_mode/startup_app_launcher.h
index e8ebfa7301b6957082e958dd12787af12de8bf16..93a23e8a1e5e6fb7e7b55d4284fd8d709db6ff19 100644
--- a/chrome/browser/chromeos/app_mode/startup_app_launcher.h
+++ b/chrome/browser/chromeos/app_mode/startup_app_launcher.h
@@ -79,7 +79,7 @@ class StartupAppLauncher
void BeginInstall();
void InstallCallback(bool success, const std::string& error);
void EnsureSystemSaltIsLoaded();
hashimoto 2013/10/25 05:17:03 nit: Remove this line.
satorux1 2013/10/25 05:23:57 Done.
- void OnReadyToLaunch(const std::string& system_salt);
+ void OnReadyToLaunch();
void InitializeTokenService();
void InitializeNetwork();

Powered by Google App Engine
This is Rietveld 408576698