Index: components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
diff --git a/chrome/browser/resources/chromeos/login/throbber_notice.js b/components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
similarity index 64% |
copy from chrome/browser/resources/chromeos/login/throbber_notice.js |
copy to components/dom_distiller/content/common/distiller_page_notifier_service.mojom |
index 2b56e0bf0242240b2fe399d68f31d2641a75c9b9..cfdefa1534939138bc73721d4ba58ad4bf801c86 100644 |
--- a/chrome/browser/resources/chromeos/login/throbber_notice.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: 'throbber-notice', |
+module dom_distiller; |
- properties: { |
- text: String |
- } |
-}); |
+interface DistillerPageNotifierService { |
+ NotifyIsDistillerPage(); |
+}; |