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

Unified Diff: components/offline_pages/core/offline_page_model.h

Issue 2656713002: Merge to M57: Remove popup overlay from MHTML when requested (Closed)
Patch Set: Created 3 years, 11 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
Index: components/offline_pages/core/offline_page_model.h
diff --git a/components/offline_pages/core/offline_page_model.h b/components/offline_pages/core/offline_page_model.h
index 584d81a9566c1e73eea61ba90600c5b4a2c8864b..434687e9e11ee63b6ed38501fd5e63a0d42a4b5f 100644
--- a/components/offline_pages/core/offline_page_model.h
+++ b/components/offline_pages/core/offline_page_model.h
@@ -70,6 +70,9 @@ class OfflinePageModel : public base::SupportsUserData {
// The original URL of the page to save. Empty if no redirect occurs.
GURL original_url;
+
+ // Whether the page is being saved in the background.
+ bool is_background;
};
// Observer of the OfflinePageModel.
« no previous file with comments | « components/offline_pages/core/offline_page_client_policy.h ('k') | components/offline_pages/core/offline_page_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698