| 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);
|
| -};
|
| +};
|
|
|