| Index: chrome/browser/chromeos/gdata/drive_task_executor.cc
|
| diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.cc b/chrome/browser/chromeos/gdata/drive_task_executor.cc
|
| index 312f73de3046e7295093b926c0754fafb67e705b..28ce723b25072a63ab6860d4e2f543a74562b732 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_task_executor.cc
|
| +++ b/chrome/browser/chromeos/gdata/drive_task_executor.cc
|
| @@ -36,12 +36,6 @@ DriveTaskExecutor::DriveTaskExecutor(Profile* profile,
|
| action_id_(action_id),
|
| current_index_(0) {
|
| DCHECK("open-with" == action_id_);
|
| - DCHECK(app_id.size() > FileTaskExecutor::kDriveTaskExtensionPrefixLength);
|
| - DCHECK(StartsWithASCII(app_id,
|
| - FileTaskExecutor::kDriveTaskExtensionPrefix,
|
| - false));
|
| - // Strip off the prefix from the extension ID so we convert it to an app id.
|
| - app_id_ = app_id_.substr(FileTaskExecutor::kDriveTaskExtensionPrefixLength);
|
| }
|
|
|
| DriveTaskExecutor::~DriveTaskExecutor() {
|
|
|