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

Unified Diff: blimp/engine/app/blimp_browser_main_parts.h

Issue 1810213009: blimp: Add settings to allow the client to download the whole page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_full_document
Patch Set: Use ContentBrowserClient to override prefs. 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 | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_browser_main_parts.h
diff --git a/blimp/engine/app/blimp_browser_main_parts.h b/blimp/engine/app/blimp_browser_main_parts.h
index 58a433610e60442d2b688dc15038e3a343072403..2262119f8834a1a29a0e89554f6ef3c0a3852e4f 100644
--- a/blimp/engine/app/blimp_browser_main_parts.h
+++ b/blimp/engine/app/blimp_browser_main_parts.h
@@ -24,6 +24,7 @@ namespace engine {
class BlimpBrowserContext;
class BlimpEngineConfig;
class BlimpEngineSession;
+class SettingsManager;
class BlimpBrowserMainParts : public content::BrowserMainParts {
public:
@@ -36,10 +37,12 @@ class BlimpBrowserMainParts : public content::BrowserMainParts {
void PostMainMessageLoopRun() override;
BlimpBrowserContext* GetBrowserContext();
+ SettingsManager* GetSettingsManager();
private:
scoped_ptr<BlimpEngineConfig> engine_config_;
scoped_ptr<net::NetLog> net_log_;
+ scoped_ptr<SettingsManager> settings_manager_;
scoped_ptr<BlimpEngineSession> engine_session_;
DISALLOW_COPY_AND_ASSIGN(BlimpBrowserMainParts);
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698