Index: chrome/browser/webdata/webdata_constants.cc |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/test.js b/chrome/browser/webdata/webdata_constants.cc |
similarity index 54% |
copy from chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/test.js |
copy to chrome/browser/webdata/webdata_constants.cc |
index 1886432c3055a84510594bb8c7e0d3ac28feb045..828c1a89d84d576405b5b37bee84d974e5d336e5 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/test.js |
+++ b/chrome/browser/webdata/webdata_constants.cc |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-chrome.app.runtime.onLaunched.addListener(function() { |
- chrome.app.window.create('embedder.html', {}, function () {}); |
-}); |
+#include "chrome/browser/webdata/webdata_constants.h" |
+ |
+const base::FilePath::CharType kWebDataFilename[] = |
+ FILE_PATH_LITERAL("Web Data"); |