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

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

Issue 2640923003: Remove popup overlay from MHTML when requested (Closed)
Patch Set: Address feedback 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..4376724258031683d1ef6e15f0c12dcf423aad15 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 on the background.
fgorski 2017/01/20 17:16:53 nit: s/on/in/
+ 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