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

Unified Diff: chrome/common/shell_handler_win.mojom

Issue 2479773002: Add chrome namespace to chrome/common/shell_handler_win.mojom (Closed)
Patch Set: Add chrome namespace to chrome/common/shell_handler_win.mojom Created 4 years, 1 month 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 | « chrome/browser/ui/webui/welcome_win10_handler.cc ('k') | chrome/utility/shell_handler_impl_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/shell_handler_win.mojom
diff --git a/chrome/common/shell_handler_win.mojom b/chrome/common/shell_handler_win.mojom
index b16648d6064b4353ccc4c2c4bc34cc42f0268c46..0739aad99d738684b2aee8fb6772f18b5bdafb47 100644
--- a/chrome/common/shell_handler_win.mojom
+++ b/chrome/common/shell_handler_win.mojom
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojom;
+module chrome.mojom;
interface ShellHandler {
// Returns the pinned state of the current executable.
IsPinnedToTaskbar() => (bool succeeded, bool is_pinned_to_taskbar);
-};
+};
« no previous file with comments | « chrome/browser/ui/webui/welcome_win10_handler.cc ('k') | chrome/utility/shell_handler_impl_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698