summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/drive_switches.cc
blob: e90dd19aa8dd830ca53d75b8b9d13f3d77774e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/google_apis/drive_switches.h"

namespace google_apis {
namespace switches {

// Enables Drive v2 API instead of Google Documents List API.
const char kEnableDriveV2Api[] = "enable-drive-v2-api";

}  // namespace switches
}  // namespace google_apis