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

Unified Diff: chrome/browser/android/chrome_sync_shell_main_delegate.cc

Issue 1320253002: Merge ChromeMainDelegateStagingAndroid into ChromeMainDelegateAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: used more specific DEPS rule Created 5 years, 3 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
« no previous file with comments | « chrome/browser/android/chrome_sync_shell_main_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_sync_shell_main_delegate.cc
diff --git a/chrome/browser/android/chrome_sync_shell_main_delegate.cc b/chrome/browser/android/chrome_sync_shell_main_delegate.cc
index b5bc9ed95c4405a289ad276e20bda8d7a7288380..2ea04f7f1f4afbf46435fadf8c67df18eb874208 100644
--- a/chrome/browser/android/chrome_sync_shell_main_delegate.cc
+++ b/chrome/browser/android/chrome_sync_shell_main_delegate.cc
@@ -19,6 +19,6 @@ int ChromeSyncShellMainDelegate::RunProcess(
if (process_type.empty()) {
FakeServerHelperAndroid::Register(base::android::AttachCurrentThread());
}
- return ChromeMainDelegateStagingAndroid::RunProcess(
+ return ChromeMainDelegateAndroid::RunProcess(
process_type, main_function_params);
}
« no previous file with comments | « chrome/browser/android/chrome_sync_shell_main_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698