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

Unified Diff: LayoutTests/inspector/snippet-storage.html

Issue 313603003: Devtools: get rid of ProjectWillReset event, introduce ProjectRemoved instead of it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/inspector/snippet-storage.html
diff --git a/LayoutTests/inspector/snippet-storage.html b/LayoutTests/inspector/snippet-storage.html
index d0cd38a696974438ba9b524aa0ab8ec25360682a..6579d27fbedef873debb28443832ad7cfdd63fd9 100644
--- a/LayoutTests/inspector/snippet-storage.html
+++ b/LayoutTests/inspector/snippet-storage.html
@@ -7,7 +7,6 @@ function test()
var settingPrefix = "test";
var namePrefix = "Test snippet #";
var snippetStorage = new WebInspector.SnippetStorage(settingPrefix, namePrefix);
- snippetStorage.reset();
vsevik 2014/06/04 06:04:50 Do you really need to remove this? This was added
function dumpSnippets(snippets)
{

Powered by Google App Engine
This is Rietveld 408576698