summaryrefslogtreecommitdiffstats
path: root/content/common/test_url_constants.cc
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 23:08:53 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 23:08:53 +0000
commitfa584a83bcfc8b30e6e0cf3c108f3e4c53fc2d9d (patch)
tree0a43c7133f2cc808c1f2e33012f32b1c9fde7c4a /content/common/test_url_constants.cc
parent2232749eadad36aa38b9f077987ed852707d4950 (diff)
downloadchromium_src-fa584a83bcfc8b30e6e0cf3c108f3e4c53fc2d9d.zip
chromium_src-fa584a83bcfc8b30e6e0cf3c108f3e4c53fc2d9d.tar.gz
chromium_src-fa584a83bcfc8b30e6e0cf3c108f3e4c53fc2d9d.tar.bz2
[uber page] Clear any virtual URL when loading the uber page.
(Reland of https://chromiumcodereview.appspot.com/9861029 with fixes tests.) BUG=111878 TEST=Go to "chrome:settings", tab opened should be "chrome://chrome/settings/". Review URL: https://chromiumcodereview.appspot.com/9866060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/test_url_constants.cc')
-rw-r--r--content/common/test_url_constants.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/test_url_constants.cc b/content/common/test_url_constants.cc
index 49a4826..c8e613f 100644
--- a/content/common/test_url_constants.cc
+++ b/content/common/test_url_constants.cc
@@ -8,7 +8,7 @@ namespace chrome {
const char kTestCacheURL[] = "about:cache";
const char kTestNewTabURL[] = "chrome://newtab";
-const char kTestHistoryURL[] = "chrome://history/";
+const char kTestHistoryURL[] = "chrome://chrome/history/";
const char kTestBookmarksURL[] = "chrome://bookmarks/";
} // namespace chrome