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

Unified Diff: components/mus/android_loader.h

Issue 1874703003: Load ash_sysui resources with ResourceLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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 | « components/mus/BUILD.gn ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/android_loader.h
diff --git a/components/mus/android_loader.h b/components/mus/android_loader.h
deleted file mode 100644
index 581adcfc11e7f7d73e45a37ddb64092f933096e5..0000000000000000000000000000000000000000
--- a/components/mus/android_loader.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_MUS_ANDROID_LOADER_H_
-#define COMPONENTS_MUS_ANDROID_LOADER_H_
-
-#include "base/macros.h"
-#include "mojo/shell/loader.h"
-
-namespace mojo {
-class ShellConnection;
-}
-
-namespace mus {
-
-class AndroidLoader : public mojo::shell::Loader {
- public:
- AndroidLoader();
- ~AndroidLoader();
-
- private:
- // Overridden from mojo::shell::Loader:
- void Load(const std::string& name,
- mojo::shell::mojom::ShellClientRequest request) override;
-
- scoped_ptr<mojo::ShellConnection> app_;
-
- DISALLOW_COPY_AND_ASSIGN(AndroidLoader);
-};
-
-} // namespace mus
-
-#endif // COMPONENTS_MUS_ANDROID_LOADER_H_
« no previous file with comments | « components/mus/BUILD.gn ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698