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

Unified Diff: Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js

Issue 1085253003: Revert of 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
Index: Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js
diff --git a/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js b/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js
index 8e64a7a94371a70474cc1fd9e27eba96e4585b46..f7c753d2102e1746e1c2f53cf9202df9f740caa6 100644
--- a/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js
+++ b/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js
@@ -10,7 +10,7 @@
WebInspector.XHRBreakpointsSidebarPane = function()
{
WebInspector.BreakpointsSidebarPaneBase.call(this, WebInspector.UIString("XHR Breakpoints"));
- this._xhrBreakpointsSetting = WebInspector.settings.createSetting("xhrBreakpoints", []);
+ this._xhrBreakpointsSetting = WebInspector.settings.createLocalSetting("xhrBreakpoints", []);
/** @type {!Map.<string, !Element>} */
this._breakpointElements = new Map();
« no previous file with comments | « Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js ('k') | Source/devtools/front_end/ui/SplitView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698