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

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, 4 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 178ff7ac0e9ef8dd48ebb7a1bc16d93ec1c0fc84..05db45aefd888f0dc859e06404c61c32ca9e5bde 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api.h
+++ b/chrome/browser/extensions/api/downloads/downloads_api.h
@@ -254,6 +254,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