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

Unified Diff: shell/android/ui_application_loader_android.h

Issue 2006623002: Documentation cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | shell/android/ui_application_loader_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/ui_application_loader_android.h
diff --git a/shell/android/ui_application_loader_android.h b/shell/android/ui_application_loader_android.h
index b3c3e949371802c28bae4401c8efcfa5c7adb914..3a08b041859b3e555759a891aa149da109965a01 100644
--- a/shell/android/ui_application_loader_android.h
+++ b/shell/android/ui_application_loader_android.h
@@ -35,9 +35,7 @@ class UIApplicationLoader : public ApplicationLoader {
class UILoader;
// These functions are exected on the background thread. They call through
- // to |background_loader_| to do the actual loading.
- // TODO: having this code take a |manager| is fragile (as ApplicationManager
- // isn't thread safe).
+ // to |loader_| to do the actual loading.
void LoadOnUIThread(
const GURL& url,
mojo::InterfaceRequest<mojo::Application> application_request);
« no previous file with comments | « no previous file | shell/android/ui_application_loader_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698