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

Side by Side Diff: ios/web/public/crw_browsing_data_store_delegate.h

Issue 1215433003: CL for Objective-C readability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: y Created 5 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_ 5 #ifndef IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_
6 #define IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_ 6 #define IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_
7 7
8 #import <Foundation/Foundation.h> 8 #import <Foundation/Foundation.h>
9 9
10 @class CRWBrowsingDataStore; 10 @class CRWBrowsingDataStore;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 (CRWBrowsingDataStore*)browsingDataStore; 44 (CRWBrowsingDataStore*)browsingDataStore;
45 45
46 // Called when a CRWBrowsingDataStore wants to change its mode to |INACTIVE|. 46 // Called when a CRWBrowsingDataStore wants to change its mode to |INACTIVE|.
47 - (web::BrowsingDataStoreMakeInactivePolicy) 47 - (web::BrowsingDataStoreMakeInactivePolicy)
48 decideMakeInactiveOperationPolicyForBrowsingDataStore: 48 decideMakeInactiveOperationPolicyForBrowsingDataStore:
49 (CRWBrowsingDataStore*)browsingDataStore; 49 (CRWBrowsingDataStore*)browsingDataStore;
50 50
51 @end 51 @end
52 52
53 #endif // IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_ 53 #endif // IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_
54
OLDNEW
« ios/web/crw_browsing_data_store_unittest.mm ('K') | « ios/web/public/crw_browsing_data_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698