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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui_types.js

Issue 2962823002: MD Settings: decouple page visibility from settings_ui.html. (Closed)
Patch Set: moving import out of this CL Created 3 years, 6 months 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/resources/settings/settings_ui/settings_ui.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui_types.js
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui_types.js b/chrome/browser/resources/settings/settings_ui/settings_ui_types.js
deleted file mode 100644
index 4727c62031c046c4140f730f1902d8e4aeb5bf00..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/settings_ui/settings_ui_types.js
+++ /dev/null
@@ -1,60 +0,0 @@
-// 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 Closure typedefs for settings_ui.
- */
-
-/**
- * Specifies page visibility in guest mode in cr and cros.
- * @typedef {{
- * advancedSettings: (boolean|undefined),
- * appearance: (boolean|undefined|AppearancePageVisibility),
- * dateTime: (boolean|undefined|DateTimePageVisibility),
- * defaultBrowser: (boolean|undefined),
- * downloads: (undefined|DownloadsPageVisibility),
- * onStartup: (boolean|undefined),
- * passwordsAndForms: (boolean|undefined),
- * people: (boolean|undefined),
- * privacy: (undefined|PrivacyPageVisibility),
- * reset:(boolean|undefined),
- * }}
- */
-var GuestModePageVisibility;
-
-/**
- * @typedef {{
- * bookmarksBar: boolean,
- * homeButton: boolean,
- * pageZoom: boolean,
- * setTheme: boolean,
- * setWallpaper: boolean,
- * }}
- */
-var AppearancePageVisibility;
-
-/**
- * @typedef {{
- * timeZoneSelector: boolean,
- * }}
- */
-var DateTimePageVisibility;
-
-/**
- * @typedef {{
- * googleDrive: boolean
- * }}
- */
-var DownloadsPageVisibility;
-
-/**
- * @typedef {{
- * networkPrediction: boolean,
- * searchPrediction: boolean,
- * }}
- */
-var PrivacyPageVisibility;
-
-// TODO(mahmadi): Dummy code for closure compiler to process this file.
-(function foo() {})();
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/settings_ui.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698