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

Unified Diff: chrome/browser/android/offline_pages/offline_page_utils.h

Issue 1977503003: [Offline pages] Removes the functionality to get bookmark ID from offline URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmark-star
Patch Set: Created 4 years, 7 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 | « no previous file | chrome/browser/android/offline_pages/offline_page_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_utils.h
diff --git a/chrome/browser/android/offline_pages/offline_page_utils.h b/chrome/browser/android/offline_pages/offline_page_utils.h
index a70c970758dfa8cdbf4399e650b64fa618e2b06e..75c342ab55f39432cbe3d0cad774d37c79d6871d 100644
--- a/chrome/browser/android/offline_pages/offline_page_utils.h
+++ b/chrome/browser/android/offline_pages/offline_page_utils.h
@@ -31,11 +31,6 @@ class OfflinePageUtils {
content::BrowserContext* browser_context,
const GURL& offline_url);
- // Gets a bookmark ID related to the |offline_url|.
- static int64_t GetBookmarkIdForOfflineURL(
- content::BrowserContext* browser_context,
- const GURL& offline_url);
-
// Checks whether |offline_url| points to an offline page.
static bool IsOfflinePage(content::BrowserContext* browser_context,
const GURL& offline_url);
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698