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

Unified Diff: Source/devtools/front_end/workspace/FileSystemMapping.js

Issue 1088093002: Revert of DevTools: allow storing devtools preferences on the browser side. [blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/devtools/front_end/workspace/FileManager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/workspace/FileSystemMapping.js
diff --git a/Source/devtools/front_end/workspace/FileSystemMapping.js b/Source/devtools/front_end/workspace/FileSystemMapping.js
index c8f362e751290825623b0d4c7e248decc4161023..8ab561cff38ad0a4986d244d4eb48cb59ad768f8 100644
--- a/Source/devtools/front_end/workspace/FileSystemMapping.js
+++ b/Source/devtools/front_end/workspace/FileSystemMapping.js
@@ -35,7 +35,7 @@
WebInspector.FileSystemMapping = function()
{
WebInspector.Object.call(this);
- this._fileSystemMappingSetting = WebInspector.settings.createLocalSetting("fileSystemMapping", {});
+ this._fileSystemMappingSetting = WebInspector.settings.createSetting("fileSystemMapping", {});
/** @type {!Object.<string, !Array.<!WebInspector.FileSystemMapping.Entry>>} */
this._fileSystemMappings = {};
this._loadFromSettings();
« no previous file with comments | « Source/devtools/front_end/workspace/FileManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698