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

Unified Diff: chrome/browser/webdata/webdata_constants.cc

Issue 12770011: Remove a few chrome dependencies of c/b/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win compiling Created 7 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
« no previous file with comments | « chrome/browser/webdata/webdata_constants.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « chrome/browser/webdata/webdata_constants.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698