summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_item.h
diff options
context:
space:
mode:
authorfgorski <fgorski@chromium.org>2015-07-27 22:38:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 05:39:39 +0000
commitb97513d23155ad06a555b4c2ef62e2a0b11156f5 (patch)
tree90d3fdf71c5e0237dbd65e5545d1f3367403fefc /components/offline_pages/offline_page_item.h
parentd7a7d0005c84ffa5ec1c916f8b03c10b566c95a5 (diff)
downloadchromium_src-b97513d23155ad06a555b4c2ef62e2a0b11156f5.zip
chromium_src-b97513d23155ad06a555b4c2ef62e2a0b11156f5.tar.gz
chromium_src-b97513d23155ad06a555b4c2ef62e2a0b11156f5.tar.bz2
[Offline pages] Adding capability to load all bookmarks on the Java side
Adding capability to load the bookmarks to OfflinePageBridge.java Adding capability to pass the result back to java from C++ side of the Offline Page Bridge. Adding a test for loading empty list of bookmarks in OfflinePageBridgeTest.java Adding definition of OfflinePageItem BUG=491352 R=mariakhomenko@chromium.org Review URL: https://codereview.chromium.org/1255973002 Cr-Commit-Position: refs/heads/master@{#340645}
Diffstat (limited to 'components/offline_pages/offline_page_item.h')
-rw-r--r--components/offline_pages/offline_page_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
index 65f052c..99ed8a4 100644
--- a/components/offline_pages/offline_page_item.h
+++ b/components/offline_pages/offline_page_item.h
@@ -31,7 +31,7 @@ struct OfflinePageItem {
~OfflinePageItem();
// Gets a URL of the file under |file_path|.
- GURL GetOfflineURL();
+ GURL GetOfflineURL() const;
// The URL of the page.
GURL url;