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

Unified Diff: chrome/browser/ui/ash/ash_init.h

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address most comments, except manifest, need to sync. Created 4 years, 2 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: chrome/browser/ui/ash/ash_init.h
diff --git a/chrome/browser/ui/ash/ash_init.h b/chrome/browser/ui/ash/ash_init.h
index b6ab4ca2f8cec6912619d73106945db479bafdf0..7faa8ff1997afbf076970b5a8c92b4f3bdc87391 100644
--- a/chrome/browser/ui/ash/ash_init.h
+++ b/chrome/browser/ui/ash/ash_init.h
@@ -13,9 +13,6 @@ namespace chrome {
// on windows. It provides the HWND to the remote window.
void OpenAsh(gfx::AcceleratedWidget remote_window);
-// Initializes Mash settings and connections specific to Chrome.
-void InitializeMash();
-
// Closes the Ash window and destroys the Ash Shell.
void CloseAsh();

Powered by Google App Engine
This is Rietveld 408576698