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

Unified Diff: chrome/browser/resources/settings/site_settings/pdf_documents.js

Issue 2484423004: [MD settings] settings for pdf documents (Closed)
Patch Set: made method private 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
Index: chrome/browser/resources/settings/site_settings/pdf_documents.js
diff --git a/chrome/browser/resources/settings/site_settings/pdf_documents.js b/chrome/browser/resources/settings/site_settings/pdf_documents.js
new file mode 100644
index 0000000000000000000000000000000000000000..66f61a6db59bc5a549db3ec505518462f72b5cb7
--- /dev/null
+++ b/chrome/browser/resources/settings/site_settings/pdf_documents.js
@@ -0,0 +1,20 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @fileoverview
+ * 'settings-pdf-documents' is the polymer element for showing the
+ * settings for viewing PDF documents under Site Settings.
+ */
+
+Polymer({
+ is: 'settings-pdf-documents',
+
+ properties: {
+ prefs: {
+ type: Object,
+ notify: true,
+ },
+ },
+});

Powered by Google App Engine
This is Rietveld 408576698