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

Unified Diff: chrome/browser/android/download/chrome_download_delegate.h

Issue 2871663004: Remove webContents check when download starts (Closed)
Patch Set: nits Created 3 years, 7 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/android/download/chrome_download_delegate.h
diff --git a/chrome/browser/android/download/chrome_download_delegate.h b/chrome/browser/android/download/chrome_download_delegate.h
index d1a6e69d6ce880cca84f035a4e4e72cf09c4f3ec..ff08ea9f1b03c034b595106685e63ec147a2e243 100644
--- a/chrome/browser/android/download/chrome_download_delegate.h
+++ b/chrome/browser/android/download/chrome_download_delegate.h
@@ -21,7 +21,6 @@ class ChromeDownloadDelegate
void SetJavaRef(JNIEnv*, jobject obj);
- void OnDownloadStarted(const std::string& filename);
void RequestFileAccess(intptr_t callback_id);
// TODO(qinmin): consolidate this with the static function above.

Powered by Google App Engine
This is Rietveld 408576698