Chromium Code Reviews| Index: components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
| diff --git a/chrome/browser/resources/chromeos/login/gaia_header.js b/components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
| similarity index 68% |
| copy from chrome/browser/resources/chromeos/login/gaia_header.js |
| copy to components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
| index 69898a4e223333b0e8ab849df9582b0c38530546..c62a6ca1b947dea62050d0e8fd9e585ad2dfb6f0 100644 |
| --- a/chrome/browser/resources/chromeos/login/gaia_header.js |
| +++ b/components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
| @@ -2,10 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -Polymer({ |
| - is: 'gaia-header', |
| +module dom_distiller; |
| - properties: { |
| - email: String |
| - } |
| -}); |
| +interface DistillerPageNotifierService { |
| + Notify(); |
|
nyquist
2015/08/11 08:11:55
What does this notify?
mdjones
2015/08/11 16:02:05
Done.
|
| +}; |