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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/test.js

Issue 1021073002: <webview> Implement clear http cache API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error on mac/android: std::set initializer list makes them unhappy Created 5 years, 9 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/test/data/extensions/platform_apps/web_view/clear_data_cache/test.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/addremove/test.js b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/test.js
similarity index 78%
copy from chrome/test/data/extensions/platform_apps/web_view/addremove/test.js
copy to chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/test.js
index 1886432c3055a84510594bb8c7e0d3ac28feb045..0c660a6340691173a6fbb2cdcd610834db7c1d84 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/addremove/test.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/test.js
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Powered by Google App Engine
This is Rietveld 408576698