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

Unified Diff: chrome/browser/chromeos/gdata/drive_task_executor.h

Issue 10834383: Chrome OS "open with" picker allowing Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: some fixes, haven't approached JS yet Created 8 years, 3 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/chromeos/gdata/drive_task_executor.h
diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.h b/chrome/browser/chromeos/gdata/drive_task_executor.h
index bb94fbc00e123b549db992353506937fd7862a26..4a3e3fe6d47cad0b1d688df9e60459840524c2f2 100644
--- a/chrome/browser/chromeos/gdata/drive_task_executor.h
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.h
@@ -46,7 +46,6 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
void Done(bool success);
const GURL source_url_;
- std::string app_id_;
const std::string action_id_;
int current_index_;
file_handler_util::FileTaskFinishedCallback done_;

Powered by Google App Engine
This is Rietveld 408576698