| Index: chrome/browser/android/new_tab_page_url_handler.h
|
| diff --git a/chrome/browser/android/new_tab_page_url_handler.h b/chrome/browser/android/new_tab_page_url_handler.h
|
| deleted file mode 100644
|
| index accea15926ef322a16634651101fe3f88d2eb81b..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/android/new_tab_page_url_handler.h
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#ifndef CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_URL_HANDLER_H_
|
| -#define CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_URL_HANDLER_H_
|
| -
|
| -class GURL;
|
| -
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| -namespace chrome {
|
| -namespace android {
|
| -
|
| -// Rewrites old-style Android NTP URLs and legacy bookmark URLs.
|
| -// - chrome://newtab -> chrome-native://newtab
|
| -// - chrome-native://bookmarks/# -> chrome-native://bookmarks/folder/
|
| -bool HandleAndroidNativePageURL(GURL* url,
|
| - content::BrowserContext* browser_context);
|
| -
|
| -} // namespace android
|
| -} // namespace chrome
|
| -
|
| -#endif // CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_URL_HANDLER_H_
|
|
|