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

Unified Diff: chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc

Issue 10693109: Use Drive v2 API: enable behind --enable-drive-api flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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/gdata_documents_service_browsertest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc b/chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc
index c6c497862cf54a1ec762b73b3ac5ce175f9f1c6e..433f9d77f6c95919b6d9c2e9cfa607a95ea0efa9 100644
--- a/chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc
@@ -29,7 +29,7 @@ class GDataTest : public InProcessBrowserTest {
virtual void SetUpOnMainThread() OVERRIDE {
ASSERT_TRUE(gdata_test_server_.Start());
service_.reset(new gdata::DocumentsService);
- service_->Initialize(browser()->profile());
+ service_->Initialize(browser()->profile(), false);
service_->auth_service_for_testing()->set_oauth2_auth_token_for_testing(
net::TestServer::kGDataAuthToken);
}

Powered by Google App Engine
This is Rietveld 408576698