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

Unified Diff: mojo/shell/context.h

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get the static build to work Created 6 years, 4 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: mojo/shell/context.h
diff --git a/mojo/shell/context.h b/mojo/shell/context.h
index 3c33a7590e6640cd69be63f745e371253084e94d..70047ff8e3ba7e84e386112820237a061ea9ba9d 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -43,8 +43,6 @@ class Context {
#endif // defined(OS_ANDROID)
private:
- class NativeViewportApplicationLoader;
-
scoped_ptr<TaskRunners> task_runners_;
ApplicationManager application_manager_;
MojoURLResolver mojo_url_resolver_;

Powered by Google App Engine
This is Rietveld 408576698