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

Unified Diff: ui/file_manager/file_manager/background/js/background.js

Issue 553263003: Remove util.platform from Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. Created 6 years, 3 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: ui/file_manager/file_manager/background/js/background.js
diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js
index a38eca349bc195cf360ebe209a1cbb965324b7b0..ef7a4a07fc667e4adab2ca84b6fc085bb32b3c15 100644
--- a/ui/file_manager/file_manager/background/js/background.js
+++ b/ui/file_manager/file_manager/background/js/background.js
@@ -248,9 +248,9 @@ Background.prototype.navigateToVolume = function(volumeId) {
*
* Expects the following from the app scripts:
* 1. The page load handler should initialize the app using |window.appState|
- * and call |util.platform.saveAppState|.
+ * and call |util.saveAppState|.
* 2. Every time the app state changes the app should update |window.appState|
- * and call |util.platform.saveAppState| .
+ * and call |util.saveAppState| .
* 3. The app may have |unload| function to persist the app state that does not
* fit into |window.appState|.
*

Powered by Google App Engine
This is Rietveld 408576698