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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api.h

Issue 10805020: Kill DownloadItem::IsOtr() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 5 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: chrome/browser/extensions/api/downloads/downloads_api.h
diff --git a/chrome/browser/extensions/api/downloads/downloads_api.h b/chrome/browser/extensions/api/downloads/downloads_api.h
index 9461dd444fd3a91eb3fe385049a6e951548fa532..e14c1e51707395779f2d3c6cf5e4b3c76ae5e9cd 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api.h
+++ b/chrome/browser/extensions/api/downloads/downloads_api.h
@@ -253,6 +253,7 @@ class ExtensionDownloadsEventRouter : public content::DownloadManager::Observer,
ItemMap downloads_;
ItemJsonMap item_jsons_;
OnChangedStatMap on_changed_stats_;
+ bool incognito_;
DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
};

Powered by Google App Engine
This is Rietveld 408576698