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

Side by Side Diff: chrome/browser/importer/toolbar_importer_utils.h

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -explicit Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_IMPORTER_TOOLBAR_IMPORTER_UTILS_H_
6 #define CHROME_BROWSER_IMPORTER_TOOLBAR_IMPORTER_UTILS_H_
7
8 #include "base/callback_forward.h"
9
10 class Profile;
11
12 namespace toolbar_importer_utils {
13
14 // Currently the only configuration information we need is to check whether or
15 // not the user currently has their GAIA cookie. This is done by the function
16 // exposed through the ToolbarImportUtils namespace.
17 void IsGoogleGAIACookieInstalled(const base::Callback<void(bool)>& callback,
18 Profile* profile);
19
20 } // namespace toolbar_importer_utils
21
22 #endif // CHROME_BROWSER_IMPORTER_TOOLBAR_IMPORTER_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/importer/toolbar_importer_unittest.cc ('k') | chrome/browser/importer/toolbar_importer_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698