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

Unified Diff: chrome/browser/resources/chromeos/drive_internals.js

Issue 171843003: Remove --disable-drive flag and flags section in drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: chrome/browser/resources/chromeos/drive_internals.js
diff --git a/chrome/browser/resources/chromeos/drive_internals.js b/chrome/browser/resources/chromeos/drive_internals.js
index 8a647fc540316268cdd47ff72956cd87d2e6389e..ac124cb7df6e8f48572dd3ecbd2d7d71e82789e5 100644
--- a/chrome/browser/resources/chromeos/drive_internals.js
+++ b/chrome/browser/resources/chromeos/drive_internals.js
@@ -17,15 +17,6 @@ function ToMegaByteString(bytes) {
}
/**
- * Updates the Drive related Flags section.
- * @param {Array} flags List of dictionaries describing flags.
- */
-function updateDriveRelatedFlags(flags) {
- var ul = $('drive-related-flags');
- updateKeyValueList(ul, flags);
-}
-
-/**
* Updates the Drive related Preferences section.
* @param {Array} preferences List of dictionaries describing preferences.
*/
« no previous file with comments | « chrome/browser/resources/chromeos/drive_internals.html ('k') | chrome/browser/ui/webui/chromeos/drive_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698