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

Unified Diff: components/doodle/doodle_fetcher_impl.h

Issue 2740013005: [Doodle] Move parsing from fetcher into the types themselves (Closed)
Patch Set: -auto Created 3 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 | « no previous file | components/doodle/doodle_fetcher_impl.cc » ('j') | components/doodle/doodle_types.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/doodle_fetcher_impl.h
diff --git a/components/doodle/doodle_fetcher_impl.h b/components/doodle/doodle_fetcher_impl.h
index ad38992dfaab743d010b613e3e818d466effea8d..d0d3861c24adaf398b87222c98a56f990d48ef14 100644
--- a/components/doodle/doodle_fetcher_impl.h
+++ b/components/doodle/doodle_fetcher_impl.h
@@ -67,15 +67,6 @@ class DoodleFetcherImpl : public DoodleFetcher, public net::URLFetcherDelegate {
const base::DictionaryValue& ddljson,
base::TimeDelta* time_to_live) const;
- bool ParseImage(const base::DictionaryValue& image_dict,
- const std::string& image_name,
- DoodleImage* image) const;
- void ParseBaseInformation(const base::DictionaryValue& ddljson,
- DoodleConfig* config,
- base::TimeDelta* time_to_live) const;
- GURL ParseRelativeUrl(const base::DictionaryValue& dict_value,
- const std::string& key) const;
-
void RespondToAllCallbacks(DoodleState state,
base::TimeDelta time_to_live,
const base::Optional<DoodleConfig>& config);
« no previous file with comments | « no previous file | components/doodle/doodle_fetcher_impl.cc » ('j') | components/doodle/doodle_types.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698