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

Side by Side Diff: chrome/browser/bookmarks/enhanced_bookmarks_features.h

Issue 314253002: [Android] Add a field trial to disable enhanced bookmark image saving. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. Created 6 years, 6 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 | chrome/browser/bookmarks/enhanced_bookmarks_features.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_ 5 #ifndef CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_
6 #define CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_ 6 #define CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "extensions/common/extension.h" 10 #include "extensions/common/extension.h"
(...skipping 29 matching lines...) Expand all
40 40
41 // Sets flag to opt-in user into Finch experiment. 41 // Sets flag to opt-in user into Finch experiment.
42 void ForceFinchBookmarkExperimentIfNeeded( 42 void ForceFinchBookmarkExperimentIfNeeded(
43 PrefService* local_state, 43 PrefService* local_state,
44 BookmarksExperimentState bookmarks_experiment_state); 44 BookmarksExperimentState bookmarks_experiment_state);
45 45
46 // Returns true if enhanced bookmarks experiment is enabled. 46 // Returns true if enhanced bookmarks experiment is enabled.
47 // Experiment could be enable from Chrome sync or from Finch. 47 // Experiment could be enable from Chrome sync or from Finch.
48 bool IsEnhancedBookmarksExperimentEnabled(); 48 bool IsEnhancedBookmarksExperimentEnabled();
49 49
50 #if defined(OS_ANDROID)
51 bool IsEnhancedBookmarkImageFetchingEnabled();
52 #endif
53
50 // Returns true when flag enable-dom-distiller is set or enabled from Finch. 54 // Returns true when flag enable-dom-distiller is set or enabled from Finch.
51 bool IsEnableDomDistillerSet(); 55 bool IsEnableDomDistillerSet();
52 56
53 // Returns true when flag enable-sync-articles is set or enabled from Finch. 57 // Returns true when flag enable-sync-articles is set or enabled from Finch.
54 bool IsEnableSyncArticlesSet(); 58 bool IsEnableSyncArticlesSet();
55 59
56 #endif // CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_ 60 #endif // CHROME_BROWSER_BOOKMARKS_ENHANCED_BOOKMARKS_FEATURES_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/enhanced_bookmarks_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698