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

Side by Side Diff: ios/chrome/app/main_controller.mm

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: rebase and fix compilation Created 3 years, 9 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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 #import "ios/chrome/app/main_controller.h" 5 #import "ios/chrome/app/main_controller.h"
6 6
7 #include <memory> 7 #include <memory>
8 #include <string> 8 #include <string>
9 9
10 #import <CoreSpotlight/CoreSpotlight.h> 10 #import <CoreSpotlight/CoreSpotlight.h>
(...skipping 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after
2606 completionHandler(); 2606 completionHandler();
2607 } 2607 }
2608 })); 2608 }));
2609 id decrementCallbackCounterCount = ^{ 2609 id decrementCallbackCounterCount = ^{
2610 callbackCounter->DecrementCount(); 2610 callbackCounter->DecrementCount();
2611 }; 2611 };
2612 2612
2613 callbackCounter->IncrementCount(); 2613 callbackCounter->IncrementCount();
2614 [self removeBrowsingDataFromBrowserState:_mainBrowserState 2614 [self removeBrowsingDataFromBrowserState:_mainBrowserState
2615 mask:removeAllMask 2615 mask:removeAllMask
2616 timePeriod:browsing_data::ALL_TIME 2616 timePeriod:browsing_data::TimePeriod::ALL_TIME
2617 completionHandler:decrementCallbackCounterCount]; 2617 completionHandler:decrementCallbackCounterCount];
2618 } 2618 }
2619 2619
2620 @end 2620 @end
OLDNEW
« no previous file with comments | « components/browsing_data/core/pref_names.cc ('k') | ios/chrome/browser/browsing_data/browsing_data_counter_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698