Commit afb07be1 authored by thakis@chromium.org's avatar thakis@chromium.org

Remove unused constant kBackForwardNavigationScheme.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7633053

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96863 0039d316-1c4b-4281-b951-d872f2087c98
parent 3f622195
...@@ -261,8 +261,6 @@ static const int kDelaySecondsForContentStateSync = 1; ...@@ -261,8 +261,6 @@ static const int kDelaySecondsForContentStateSync = 1;
// The maximum number of popups that can be spawned from one page. // The maximum number of popups that can be spawned from one page.
static const int kMaximumNumberOfUnacknowledgedPopups = 25; static const int kMaximumNumberOfUnacknowledgedPopups = 25;
static const char kBackForwardNavigationScheme[] = "history";
static void GetRedirectChain(WebDataSource* ds, std::vector<GURL>* result) { static void GetRedirectChain(WebDataSource* ds, std::vector<GURL>* result) {
WebVector<WebURL> urls; WebVector<WebURL> urls;
ds->redirectChain(urls); ds->redirectChain(urls);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment