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

Unified Diff: chrome/browser/android/new_tab_page_url_handler.h

Issue 1811333003: Move the remaining NTP realted files to c/b/android/ntp subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync again Created 4 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/android/new_tab_page_prefs.cc ('k') | chrome/browser/android/new_tab_page_url_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/android/new_tab_page_prefs.cc ('k') | chrome/browser/android/new_tab_page_url_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698