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

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

Issue 2969103002: [ios] Remove IDC_SHOW_TOOLS_MENU
Patch Set: Created 3 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 #include "ios/chrome/browser/signin/signin_manager_factory.h" 92 #include "ios/chrome/browser/signin/signin_manager_factory.h"
93 #import "ios/chrome/browser/snapshots/snapshot_cache.h" 93 #import "ios/chrome/browser/snapshots/snapshot_cache.h"
94 #import "ios/chrome/browser/snapshots/snapshot_cache_factory.h" 94 #import "ios/chrome/browser/snapshots/snapshot_cache_factory.h"
95 #import "ios/chrome/browser/tabs/tab.h" 95 #import "ios/chrome/browser/tabs/tab.h"
96 #import "ios/chrome/browser/tabs/tab_model.h" 96 #import "ios/chrome/browser/tabs/tab_model.h"
97 #import "ios/chrome/browser/tabs/tab_model_observer.h" 97 #import "ios/chrome/browser/tabs/tab_model_observer.h"
98 #import "ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller .h" 98 #import "ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller .h"
99 #import "ios/chrome/browser/ui/authentication/signin_interaction_controller.h" 99 #import "ios/chrome/browser/ui/authentication/signin_interaction_controller.h"
100 #import "ios/chrome/browser/ui/browser_view_controller.h" 100 #import "ios/chrome/browser/ui/browser_view_controller.h"
101 #import "ios/chrome/browser/ui/chrome_web_view_factory.h" 101 #import "ios/chrome/browser/ui/chrome_web_view_factory.h"
102 #import "ios/chrome/browser/ui/commands/UIKit+ChromeExecuteCommand.h"
102 #import "ios/chrome/browser/ui/commands/clear_browsing_data_command.h" 103 #import "ios/chrome/browser/ui/commands/clear_browsing_data_command.h"
103 #include "ios/chrome/browser/ui/commands/ios_command_ids.h" 104 #include "ios/chrome/browser/ui/commands/ios_command_ids.h"
104 #import "ios/chrome/browser/ui/commands/open_url_command.h" 105 #import "ios/chrome/browser/ui/commands/open_url_command.h"
105 #import "ios/chrome/browser/ui/commands/show_signin_command.h" 106 #import "ios/chrome/browser/ui/commands/show_signin_command.h"
106 #import "ios/chrome/browser/ui/contextual_search/contextual_search_metrics.h" 107 #import "ios/chrome/browser/ui/contextual_search/contextual_search_metrics.h"
107 #import "ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_med iator.h" 108 #import "ios/chrome/browser/ui/contextual_search/touch_to_search_permissions_med iator.h"
108 #import "ios/chrome/browser/ui/downloads/download_manager_controller.h" 109 #import "ios/chrome/browser/ui/downloads/download_manager_controller.h"
109 #import "ios/chrome/browser/ui/first_run/first_run_util.h" 110 #import "ios/chrome/browser/ui/first_run/first_run_util.h"
110 #import "ios/chrome/browser/ui/first_run/welcome_to_chrome_view_controller.h" 111 #import "ios/chrome/browser/ui/first_run/welcome_to_chrome_view_controller.h"
111 #import "ios/chrome/browser/ui/fullscreen_controller.h" 112 #import "ios/chrome/browser/ui/fullscreen_controller.h"
(...skipping 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2560 }; 2561 };
2561 2562
2562 callbackCounter->IncrementCount(); 2563 callbackCounter->IncrementCount();
2563 [self removeBrowsingDataFromBrowserState:_mainBrowserState 2564 [self removeBrowsingDataFromBrowserState:_mainBrowserState
2564 mask:removeAllMask 2565 mask:removeAllMask
2565 timePeriod:browsing_data::TimePeriod::ALL_TIME 2566 timePeriod:browsing_data::TimePeriod::ALL_TIME
2566 completionHandler:decrementCallbackCounterCount]; 2567 completionHandler:decrementCallbackCounterCount];
2567 } 2568 }
2568 2569
2569 @end 2570 @end
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698