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

Unified Diff: chrome/browser/chromeos/arc/arc_wallpaper_service.h

Issue 2347293002: arc: Add InstanceHelper::GetInstanceForMethod() (Closed)
Patch Set: No more DCHECK Created 4 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 | « no previous file | chrome/browser/chromeos/arc/arc_wallpaper_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_wallpaper_service.h
diff --git a/chrome/browser/chromeos/arc/arc_wallpaper_service.h b/chrome/browser/chromeos/arc/arc_wallpaper_service.h
index d9f6ff0394022f304a52b76d148584a7718d19f5..34d3e111ad1e83d1ad8dc7f16b6af9bb805dd460 100644
--- a/chrome/browser/chromeos/arc/arc_wallpaper_service.h
+++ b/chrome/browser/chromeos/arc/arc_wallpaper_service.h
@@ -48,8 +48,6 @@ class ArcWallpaperService
void OnWallpaperDataChanged() override;
private:
- mojom::WallpaperInstance* GetWallpaperInstance(uint32_t min_version);
-
mojo::Binding<mojom::WallpaperHost> binding_;
DISALLOW_COPY_AND_ASSIGN(ArcWallpaperService);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_wallpaper_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698