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

Side by Side Diff: chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h

Issue 12089062: Move API functions registrations out of ExtensionFunctionRegistry. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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
None
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_API_BOOKMARK_MANAGER_PRIVATE_BOOKMARK_MANAGER_ PRIVATE_API_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_BOOKMARK_MANAGER_PRIVATE_BOOKMARK_MANAGER_ PRIVATE_API_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_BOOKMARK_MANAGER_PRIVATE_BOOKMARK_MANAGER_ PRIVATE_API_H_ 6 #define CHROME_BROWSER_EXTENSIONS_API_BOOKMARK_MANAGER_PRIVATE_BOOKMARK_MANAGER_ PRIVATE_API_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/values.h" 9 #include "base/values.h"
10 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h" 10 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 public EventRouter::Observer { 52 public EventRouter::Observer {
53 public: 53 public:
54 explicit BookmarkManagerPrivateAPI(content::BrowserContext* browser_context); 54 explicit BookmarkManagerPrivateAPI(content::BrowserContext* browser_context);
55 virtual ~BookmarkManagerPrivateAPI(); 55 virtual ~BookmarkManagerPrivateAPI();
56 56
57 // BrowserContextKeyedService implementation. 57 // BrowserContextKeyedService implementation.
58 virtual void Shutdown() OVERRIDE; 58 virtual void Shutdown() OVERRIDE;
59 59
60 // BrowserContextKeyedAPI implementation. 60 // BrowserContextKeyedAPI implementation.
61 static BrowserContextKeyedAPIFactory<BookmarkManagerPrivateAPI>* 61 static BrowserContextKeyedAPIFactory<BookmarkManagerPrivateAPI>*

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698